Shades of Fog #D9CBEC
Tints of Fog #D9CBEC
RGB
CMYK
RGB Variations
Color information
#D9CBEC (or 0xD9CBEC) is known color: Fog. HEX triplet: D9, CB and EC. RGB value is (217,203,236). Sum of RGB (Red+Green+Blue) = 217+203+236=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CBEC is #263413. Grayscale: #D2D2D2. Windows color (decimal): -2503700 or 15518681. OLE color: 15518681.
HSL color Cylindrical-coordinate representation of color #D9CBEC: hue angle of 265.45º 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 #D9CBEC is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 203 | 236 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.07 |
| HSL | 265.45º | 0.46% | 0.86% | - |
| HSV(B) | 265.45º | 0.14% | 0.93% | - |
| XYZ | 65.11 | 63.52 | 88.19 | - |
| YUV | 210.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 236 | 0.08 | 0.14 | 0 | 0.07 | 265.45 | 0.46 | 0.86 |
| Hex | D9 | CB | EC | 8 | E | 0 | 7 | 109 | 2E | 56 |
| Octal | 331 | 313 | 354 | 10 | 16 | 0 | 7 | 411 | 56 | 126 |
| Binary | 11011001 | 11001011 | 11101100 | 1000 | 1110 | 0 | 111 | 100001001 | 101110 | 1010110 |
Color Harmonies of #D9CBEC
Complementary color
Monochromatic Colors of #D9CBEC
Black with #D9CBEC
Text Example
Text Example
White with #D9CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBEC; }
p { color: rgb(217,203,236); }
H1.HeaderClassName
{
color: #D9CBEC;
}
.AnyTagClassName
{
color: #D9CBEC;
}
</style>
background-color css
<style>
a { background-color: #D9CBEC; }
a { background-color: rgb(217,203,236); }
div.DivClassName
{
background-color: #D9CBEC;
}
.BgClassName
{
background-color: #D9CBEC;
}
</style>
border-color css
<style>
span { border-color: #D9CBEC; }
span { border-color: rgb(217,203,236); }
td.TdClassName
{
border-color: #D9CBEC;
}
.TagClassName
{
border-color: #D9CBEC;
}
</style>