Shades of Fog #D4CBEC
Tints of Fog #D4CBEC
RGB
CMYK
RGB Variations
Color information
#D4CBEC (or 0xD4CBEC) is known color: Fog. HEX triplet: D4, CB and EC. RGB value is (212,203,236). Sum of RGB (Red+Green+Blue) = 212+203+236=651 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.57% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CBEC is #2B3413. Grayscale: #D1D1D1. Windows color (decimal): -2831380 or 15518676. OLE color: 15518676.
HSL color Cylindrical-coordinate representation of color #D4CBEC: hue angle of 256.36º 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 #D4CBEC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 203 | 236 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.07 |
| HSL | 256.36º | 0.46% | 0.86% | - |
| HSV(B) | 256.36º | 0.14% | 0.93% | - |
| XYZ | 63.65 | 62.77 | 88.12 | - |
| YUV | 209.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 236 | 0.10 | 0.14 | 0 | 0.07 | 256.36 | 0.46 | 0.86 |
| Hex | D4 | CB | EC | A | E | 0 | 7 | 100 | 2E | 56 |
| Octal | 324 | 313 | 354 | 12 | 16 | 0 | 7 | 400 | 56 | 126 |
| Binary | 11010100 | 11001011 | 11101100 | 1010 | 1110 | 0 | 111 | 100000000 | 101110 | 1010110 |
Color Harmonies of #D4CBEC
Complementary color
Monochromatic Colors of #D4CBEC
Black with #D4CBEC
Text Example
Text Example
White with #D4CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBEC; }
p { color: rgb(212,203,236); }
H1.HeaderClassName
{
color: #D4CBEC;
}
.AnyTagClassName
{
color: #D4CBEC;
}
</style>
background-color css
<style>
a { background-color: #D4CBEC; }
a { background-color: rgb(212,203,236); }
div.DivClassName
{
background-color: #D4CBEC;
}
.BgClassName
{
background-color: #D4CBEC;
}
</style>
border-color css
<style>
span { border-color: #D4CBEC; }
span { border-color: rgb(212,203,236); }
td.TdClassName
{
border-color: #D4CBEC;
}
.TagClassName
{
border-color: #D4CBEC;
}
</style>