Shades of Fog #D9CCE6
Tints of Fog #D9CCE6
RGB
CMYK
RGB Variations
Color information
#D9CCE6 (or 0xD9CCE6) is known color: Fog. HEX triplet: D9, CC and E6. RGB value is (217,204,230). Sum of RGB (Red+Green+Blue) = 217+204+230=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 230 - color contains mainly: blue. Hex color #D9CCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCE6 is #263319. Grayscale: #D2D2D2. Windows color (decimal): -2503450 or 15125721. OLE color: 15125721.
HSL color Cylindrical-coordinate representation of color #D9CCE6: hue angle of 270º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9CCE6 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 217 | 204 | 230 | - |
CMYK | 0.06 | 0.11 | 0 | 0.10 |
HSL | 270º | 0.34% | 0.85% | - |
HSV(B) | 270º | 0.11% | 0.9% | - |
XYZ | 64.49 | 63.65 | 83.75 | - |
YUV | 210.85 | 138.81 | 132.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 204 | 230 | 0.06 | 0.11 | 0 | 0.10 | 270 | 0.34 | 0.85 |
Hex | D9 | CC | E6 | 6 | B | 0 | A | 10E | 22 | 55 |
Octal | 331 | 314 | 346 | 6 | 13 | 0 | 12 | 416 | 42 | 125 |
Binary | 11011001 | 11001100 | 11100110 | 110 | 1011 | 0 | 1010 | 100001110 | 100010 | 1010101 |
Color Harmonies of #D9CCE6
Complementary color
Monochromatic Colors of #D9CCE6
Black with #D9CCE6
Text Example
Text Example
White with #D9CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CCE6; }
p { color: rgb(217,204,230); }
H1.HeaderClassName
{
color: #D9CCE6;
}
.AnyTagClassName
{
color: #D9CCE6;
}
</style>
background-color css
<style>
a { background-color: #D9CCE6; }
a { background-color: rgb(217,204,230); }
div.DivClassName
{
background-color: #D9CCE6;
}
.BgClassName
{
background-color: #D9CCE6;
}
</style>
border-color css
<style>
span { border-color: #D9CCE6; }
span { border-color: rgb(217,204,230); }
td.TdClassName
{
border-color: #D9CCE6;
}
.TagClassName
{
border-color: #D9CCE6;
}
</style>