Shades of Fog #D4CBE9
Tints of Fog #D4CBE9
RGB
CMYK
RGB Variations
Color information
#D4CBE9 (or 0xD4CBE9) is known color: Fog. HEX triplet: D4, CB and E9. RGB value is (212,203,233). Sum of RGB (Red+Green+Blue) = 212+203+233=648 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.72% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 233 - color contains mainly: blue. Hex color #D4CBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CBE9 is #2B3416. Grayscale: #D1D1D1. Windows color (decimal): -2831383 or 15322068. OLE color: 15322068.
HSL color Cylindrical-coordinate representation of color #D4CBE9: hue angle of 258º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4CBE9 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 203 | 233 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.09 |
| HSL | 258º | 0.41% | 0.85% | - |
| HSV(B) | 258º | 0.13% | 0.91% | - |
| XYZ | 63.22 | 62.59 | 85.84 | - |
| YUV | 209.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 233 | 0.09 | 0.13 | 0 | 0.09 | 258 | 0.41 | 0.85 |
| Hex | D4 | CB | E9 | 9 | D | 0 | 9 | 102 | 29 | 55 |
| Octal | 324 | 313 | 351 | 11 | 15 | 0 | 11 | 402 | 51 | 125 |
| Binary | 11010100 | 11001011 | 11101001 | 1001 | 1101 | 0 | 1001 | 100000010 | 101001 | 1010101 |
Color Harmonies of #D4CBE9
Complementary color
Monochromatic Colors of #D4CBE9
Black with #D4CBE9
Text Example
Text Example
White with #D4CBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBE9; }
p { color: rgb(212,203,233); }
H1.HeaderClassName
{
color: #D4CBE9;
}
.AnyTagClassName
{
color: #D4CBE9;
}
</style>
background-color css
<style>
a { background-color: #D4CBE9; }
a { background-color: rgb(212,203,233); }
div.DivClassName
{
background-color: #D4CBE9;
}
.BgClassName
{
background-color: #D4CBE9;
}
</style>
border-color css
<style>
span { border-color: #D4CBE9; }
span { border-color: rgb(212,203,233); }
td.TdClassName
{
border-color: #D4CBE9;
}
.TagClassName
{
border-color: #D4CBE9;
}
</style>