Color spaces of #dcddf6
RGB | 220 | 221 | 246 |
---|---|---|---|
HSL | 0.66 | 0.59 | 0.91 |
HSV | 238° | 11° | 96° |
CMYK | 0.11 | 0.10 | 0.00 0.04 |
XYZ | 72.0062 | 73.5824 | 97.5965 |
Yxy | 73.5824 | 0.2961 | 0.3026 |
Hunter Lab | 85.7802 | -0.2776 | -7.4111 |
CIE-Lab | 88.7247 | 4.4067 | -12.2761 |
#dcddf6 color RGB value is (220,221,246).
#dcddf6 hex color red value is 220, green value is 221 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dcddf6 hue: 0.66 , saturation: 0.59 and the lightness value of dcddf6 is 0.91.
The process color (four color CMYK) of #dcddf6 color hex is 0.11, 0.10, 0.00, 0.04. Web safe color of #dcddf6 is #ccccff. Color #dcddf6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11011101 | 11110110 |
Octal | 334 | 335 | 366 |
Decimal | 220 | 221 | 246 |
Hex | DC | DD | F6 |
Shades of #dcddf6
Tints of #dcddf6
RGB Percentages of Color #dcddf6
CMYK Percentages of Color #dcddf6
Complementary Color
#dcddf6 | #f6f5dc |
#dcddf6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcddf6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcddf6 Color CSS Codes
.mybgcolor {background-color:#dcddf6; } .myforecolor {color:#dcddf6; } .mybordercolor {border:3px solid #dcddf6; }
#dcddf6 Text Font Color
<p style="color:#dcddf6">Text here</p>
This sample text font color is #dcddf6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dcddf6 Background Color
<div style="background-color:#dcddf6">
Div content here</div>
This div background color is #dcddf6
#dcddf6 Border Color
<div style="border:3px solid #dcddf6">
Div here</div>
This div border color is #dcddf6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,221,246, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcddf6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcddf6; -webkit-box-shadow: 1px 1px 3px 2px #dcddf6; box-shadow: 1px 1px 3px 2px #dcddf6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,221,246, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcddf6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcddf6; -webkit-box-shadow: 1px 1px 3px 2px #dcddf6; box-shadow: 1px 1px 3px 2px #dcddf6;">
Div content here</div>
This div box has shadow with color #dcddf6
Comments
No comments written yet.
Please login to write comment.