Shades of Fog #D4CBEA
Tints of Fog #D4CBEA
RGB
CMYK
RGB Variations
Color information
#D4CBEA (or 0xD4CBEA) is known color: Fog. HEX triplet: D4, CB and EA. RGB value is (212,203,234). Sum of RGB (Red+Green+Blue) = 212+203+234=649 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.67% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CBEA is #2B3415. Grayscale: #D1D1D1. Windows color (decimal): -2831382 or 15387604. OLE color: 15387604.
HSL color Cylindrical-coordinate representation of color #D4CBEA: hue angle of 257.42º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4CBEA is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 203 | 234 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.08 |
| HSL | 257.42º | 0.42% | 0.86% | - |
| HSV(B) | 257.42º | 0.13% | 0.92% | - |
| XYZ | 63.36 | 62.65 | 86.6 | - |
| YUV | 209.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 234 | 0.09 | 0.13 | 0 | 0.08 | 257.42 | 0.42 | 0.86 |
| Hex | D4 | CB | EA | 9 | D | 0 | 8 | 101 | 2A | 56 |
| Octal | 324 | 313 | 352 | 11 | 15 | 0 | 10 | 401 | 52 | 126 |
| Binary | 11010100 | 11001011 | 11101010 | 1001 | 1101 | 0 | 1000 | 100000001 | 101010 | 1010110 |
Color Harmonies of #D4CBEA
Complementary color
Monochromatic Colors of #D4CBEA
Black with #D4CBEA
Text Example
Text Example
White with #D4CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBEA; }
p { color: rgb(212,203,234); }
H1.HeaderClassName
{
color: #D4CBEA;
}
.AnyTagClassName
{
color: #D4CBEA;
}
</style>
background-color css
<style>
a { background-color: #D4CBEA; }
a { background-color: rgb(212,203,234); }
div.DivClassName
{
background-color: #D4CBEA;
}
.BgClassName
{
background-color: #D4CBEA;
}
</style>
border-color css
<style>
span { border-color: #D4CBEA; }
span { border-color: rgb(212,203,234); }
td.TdClassName
{
border-color: #D4CBEA;
}
.TagClassName
{
border-color: #D4CBEA;
}
</style>