Shades of Fog #D2CAEC
Tints of Fog #D2CAEC
RGB
CMYK
RGB Variations
Color information
#D2CAEC (or 0xD2CAEC) is known color: Fog. HEX triplet: D2, CA and EC. RGB value is (210,202,236). Sum of RGB (Red+Green+Blue) = 210+202+236=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CAEC is #2D3513. Grayscale: #D0D0D0. Windows color (decimal): -2962708 or 15518418. OLE color: 15518418.
HSL color Cylindrical-coordinate representation of color #D2CAEC: hue angle of 254.12º degrees, saturation: 0.47, 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 #D2CAEC is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 202 | 236 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.07 |
| HSL | 254.12º | 0.47% | 0.86% | - |
| HSV(B) | 254.12º | 0.14% | 0.93% | - |
| XYZ | 62.84 | 62 | 88.01 | - |
| YUV | 208.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 202 | 236 | 0.11 | 0.14 | 0 | 0.07 | 254.12 | 0.47 | 0.86 |
| Hex | D2 | CA | EC | B | E | 0 | 7 | FE | 2F | 56 |
| Octal | 322 | 312 | 354 | 13 | 16 | 0 | 7 | 376 | 57 | 126 |
| Binary | 11010010 | 11001010 | 11101100 | 1011 | 1110 | 0 | 111 | 11111110 | 101111 | 1010110 |
Color Harmonies of #D2CAEC
Complementary color
Monochromatic Colors of #D2CAEC
Black with #D2CAEC
Text Example
Text Example
White with #D2CAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CAEC; }
p { color: rgb(210,202,236); }
H1.HeaderClassName
{
color: #D2CAEC;
}
.AnyTagClassName
{
color: #D2CAEC;
}
</style>
background-color css
<style>
a { background-color: #D2CAEC; }
a { background-color: rgb(210,202,236); }
div.DivClassName
{
background-color: #D2CAEC;
}
.BgClassName
{
background-color: #D2CAEC;
}
</style>
border-color css
<style>
span { border-color: #D2CAEC; }
span { border-color: rgb(210,202,236); }
td.TdClassName
{
border-color: #D2CAEC;
}
.TagClassName
{
border-color: #D2CAEC;
}
</style>