Shades of Fog #D2CAE2
Tints of Fog #D2CAE2
RGB
CMYK
RGB Variations
Color information
#D2CAE2 (or 0xD2CAE2) is known color: Fog. HEX triplet: D2, CA and E2. RGB value is (210,202,226). Sum of RGB (Red+Green+Blue) = 210+202+226=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 226 - color contains mainly: blue. Hex color #D2CAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CAE2 is #2D351D. Grayscale: #CFCFCF. Windows color (decimal): -2962718 or 14863058. OLE color: 14863058.
HSL color Cylindrical-coordinate representation of color #D2CAE2: hue angle of 260º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2CAE2 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 202 | 226 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.11 |
| HSL | 260º | 0.29% | 0.84% | - |
| HSV(B) | 260º | 0.11% | 0.89% | - |
| XYZ | 61.43 | 61.43 | 80.57 | - |
| YUV | 207.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 202 | 226 | 0.07 | 0.11 | 0 | 0.11 | 260 | 0.29 | 0.84 |
| Hex | D2 | CA | E2 | 7 | B | 0 | B | 104 | 1D | 54 |
| Octal | 322 | 312 | 342 | 7 | 13 | 0 | 13 | 404 | 35 | 124 |
| Binary | 11010010 | 11001010 | 11100010 | 111 | 1011 | 0 | 1011 | 100000100 | 11101 | 1010100 |
Color Harmonies of #D2CAE2
Complementary color
Monochromatic Colors of #D2CAE2
Black with #D2CAE2
Text Example
Text Example
White with #D2CAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CAE2; }
p { color: rgb(210,202,226); }
H1.HeaderClassName
{
color: #D2CAE2;
}
.AnyTagClassName
{
color: #D2CAE2;
}
</style>
background-color css
<style>
a { background-color: #D2CAE2; }
a { background-color: rgb(210,202,226); }
div.DivClassName
{
background-color: #D2CAE2;
}
.BgClassName
{
background-color: #D2CAE2;
}
</style>
border-color css
<style>
span { border-color: #D2CAE2; }
span { border-color: rgb(210,202,226); }
td.TdClassName
{
border-color: #D2CAE2;
}
.TagClassName
{
border-color: #D2CAE2;
}
</style>