Shades of Fog #D9CCEC
Tints of Fog #D9CCEC
RGB
CMYK
RGB Variations
Color information
#D9CCEC (or 0xD9CCEC) is known color: Fog. HEX triplet: D9, CC and EC. RGB value is (217,204,236). Sum of RGB (Red+Green+Blue) = 217+204+236=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCEC is #263313. Grayscale: #D3D3D3. Windows color (decimal): -2503444 or 15518937. OLE color: 15518937.
HSL color Cylindrical-coordinate representation of color #D9CCEC: hue angle of 264.38º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9CCEC is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 204 | 236 | - |
CMYK | 0.08 | 0.14 | 0 | 0.07 |
HSL | 264.38º | 0.46% | 0.86% | - |
HSV(B) | 264.38º | 0.14% | 0.93% | - |
XYZ | 65.35 | 63.99 | 88.26 | - |
YUV | 211.54 | 141.81 | 131.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 204 | 236 | 0.08 | 0.14 | 0 | 0.07 | 264.38 | 0.46 | 0.86 |
Hex | D9 | CC | EC | 8 | E | 0 | 7 | 108 | 2E | 56 |
Octal | 331 | 314 | 354 | 10 | 16 | 0 | 7 | 410 | 56 | 126 |
Binary | 11011001 | 11001100 | 11101100 | 1000 | 1110 | 0 | 111 | 100001000 | 101110 | 1010110 |
Color Harmonies of #D9CCEC
Complementary color
Monochromatic Colors of #D9CCEC
Black with #D9CCEC
Text Example
Text Example
White with #D9CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CCEC; }
p { color: rgb(217,204,236); }
H1.HeaderClassName
{
color: #D9CCEC;
}
.AnyTagClassName
{
color: #D9CCEC;
}
</style>
background-color css
<style>
a { background-color: #D9CCEC; }
a { background-color: rgb(217,204,236); }
div.DivClassName
{
background-color: #D9CCEC;
}
.BgClassName
{
background-color: #D9CCEC;
}
</style>
border-color css
<style>
span { border-color: #D9CCEC; }
span { border-color: rgb(217,204,236); }
td.TdClassName
{
border-color: #D9CCEC;
}
.TagClassName
{
border-color: #D9CCEC;
}
</style>