Shades of Fog #DCD6E4
Tints of Fog #DCD6E4
RGB
CMYK
RGB Variations
Color information
#DCD6E4 (or 0xDCD6E4) is known color: Fog. HEX triplet: DC, D6 and E4. RGB value is (220,214,228). Sum of RGB (Red+Green+Blue) = 220+214+228=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCD6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6E4 is #23291B. Grayscale: #D9D9D9. Windows color (decimal): -2304284 or 14997212. OLE color: 14997212.
HSL color Cylindrical-coordinate representation of color #DCD6E4: hue angle of 265.71º degrees, saturation: 0.21, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCD6E4 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 214 | 228 | - |
CMYK | 0.04 | 0.06 | 0 | 0.11 |
HSL | 265.71º | 0.21% | 0.87% | - |
HSV(B) | 265.71º | 0.06% | 0.89% | - |
XYZ | 67.57 | 68.91 | 83.14 | - |
YUV | 217.39 | 133.99 | 129.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 214 | 228 | 0.04 | 0.06 | 0 | 0.11 | 265.71 | 0.21 | 0.87 |
Hex | DC | D6 | E4 | 4 | 6 | 0 | B | 10A | 15 | 57 |
Octal | 334 | 326 | 344 | 4 | 6 | 0 | 13 | 412 | 25 | 127 |
Binary | 11011100 | 11010110 | 11100100 | 100 | 110 | 0 | 1011 | 100001010 | 10101 | 1010111 |
Color Harmonies of #DCD6E4
Complementary color
Monochromatic Colors of #DCD6E4
Black with #DCD6E4
Text Example
Text Example
White with #DCD6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6E4; }
p { color: rgb(220,214,228); }
H1.HeaderClassName
{
color: #DCD6E4;
}
.AnyTagClassName
{
color: #DCD6E4;
}
</style>
background-color css
<style>
a { background-color: #DCD6E4; }
a { background-color: rgb(220,214,228); }
div.DivClassName
{
background-color: #DCD6E4;
}
.BgClassName
{
background-color: #DCD6E4;
}
</style>
border-color css
<style>
span { border-color: #DCD6E4; }
span { border-color: rgb(220,214,228); }
td.TdClassName
{
border-color: #DCD6E4;
}
.TagClassName
{
border-color: #DCD6E4;
}
</style>