Shades of Fog #D2CBEC
Tints of Fog #D2CBEC
RGB
CMYK
RGB Variations
Color information
#D2CBEC (or 0xD2CBEC) is known color: Fog. HEX triplet: D2, CB and EC. RGB value is (210,203,236). Sum of RGB (Red+Green+Blue) = 210+203+236=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CBEC is #2D3413. Grayscale: #D0D0D0. Windows color (decimal): -2962452 or 15518674. OLE color: 15518674.
HSL color Cylindrical-coordinate representation of color #D2CBEC: hue angle of 252.73º 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 #D2CBEC is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 203 | 236 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.07 |
| HSL | 252.73º | 0.46% | 0.86% | - |
| HSV(B) | 252.73º | 0.14% | 0.93% | - |
| XYZ | 63.07 | 62.47 | 88.09 | - |
| YUV | 208.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 236 | 0.11 | 0.14 | 0 | 0.07 | 252.73 | 0.46 | 0.86 |
| Hex | D2 | CB | EC | B | E | 0 | 7 | FD | 2E | 56 |
| Octal | 322 | 313 | 354 | 13 | 16 | 0 | 7 | 375 | 56 | 126 |
| Binary | 11010010 | 11001011 | 11101100 | 1011 | 1110 | 0 | 111 | 11111101 | 101110 | 1010110 |
Color Harmonies of #D2CBEC
Complementary color
Monochromatic Colors of #D2CBEC
Black with #D2CBEC
Text Example
Text Example
White with #D2CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CBEC; }
p { color: rgb(210,203,236); }
H1.HeaderClassName
{
color: #D2CBEC;
}
.AnyTagClassName
{
color: #D2CBEC;
}
</style>
background-color css
<style>
a { background-color: #D2CBEC; }
a { background-color: rgb(210,203,236); }
div.DivClassName
{
background-color: #D2CBEC;
}
.BgClassName
{
background-color: #D2CBEC;
}
</style>
border-color css
<style>
span { border-color: #D2CBEC; }
span { border-color: rgb(210,203,236); }
td.TdClassName
{
border-color: #D2CBEC;
}
.TagClassName
{
border-color: #D2CBEC;
}
</style>