Shades of Fog #D9CBE4
Tints of Fog #D9CBE4
RGB
CMYK
RGB Variations
Color information
#D9CBE4 (or 0xD9CBE4) is known color: Fog. HEX triplet: D9, CB and E4. RGB value is (217,203,228). Sum of RGB (Red+Green+Blue) = 217+203+228=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9CBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBE4 is #26341B. Grayscale: #D1D1D1. Windows color (decimal): -2503708 or 14994393. OLE color: 14994393.
HSL color Cylindrical-coordinate representation of color #D9CBE4: hue angle of 273.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9CBE4 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 203 | 228 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.11 |
| HSL | 273.6º | 0.32% | 0.85% | - |
| HSV(B) | 273.6º | 0.11% | 0.89% | - |
| XYZ | 63.97 | 63.07 | 82.2 | - |
| YUV | 210.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 228 | 0.05 | 0.11 | 0 | 0.11 | 273.6 | 0.32 | 0.85 |
| Hex | D9 | CB | E4 | 5 | B | 0 | B | 112 | 20 | 55 |
| Octal | 331 | 313 | 344 | 5 | 13 | 0 | 13 | 422 | 40 | 125 |
| Binary | 11011001 | 11001011 | 11100100 | 101 | 1011 | 0 | 1011 | 100010010 | 100000 | 1010101 |
Color Harmonies of #D9CBE4
Complementary color
Monochromatic Colors of #D9CBE4
Black with #D9CBE4
Text Example
Text Example
White with #D9CBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBE4; }
p { color: rgb(217,203,228); }
H1.HeaderClassName
{
color: #D9CBE4;
}
.AnyTagClassName
{
color: #D9CBE4;
}
</style>
background-color css
<style>
a { background-color: #D9CBE4; }
a { background-color: rgb(217,203,228); }
div.DivClassName
{
background-color: #D9CBE4;
}
.BgClassName
{
background-color: #D9CBE4;
}
</style>
border-color css
<style>
span { border-color: #D9CBE4; }
span { border-color: rgb(217,203,228); }
td.TdClassName
{
border-color: #D9CBE4;
}
.TagClassName
{
border-color: #D9CBE4;
}
</style>