Shades of Fog #D2CAE3
Tints of Fog #D2CAE3
RGB
CMYK
RGB Variations
Color information
#D2CAE3 (or 0xD2CAE3) is known color: Fog. HEX triplet: D2, CA and E3. RGB value is (210,202,227). Sum of RGB (Red+Green+Blue) = 210+202+227=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 227 - color contains mainly: blue. Hex color #D2CAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CAE3 is #2D351C. Grayscale: #CFCFCF. Windows color (decimal): -2962717 or 14928594. OLE color: 14928594.
HSL color Cylindrical-coordinate representation of color #D2CAE3: hue angle of 259.2º degrees, saturation: 0.31, 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 #D2CAE3 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 202 | 227 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.11 |
| HSL | 259.2º | 0.31% | 0.84% | - |
| HSV(B) | 259.2º | 0.11% | 0.89% | - |
| XYZ | 61.56 | 61.49 | 81.3 | - |
| YUV | 207.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 202 | 227 | 0.07 | 0.11 | 0 | 0.11 | 259.2 | 0.31 | 0.84 |
| Hex | D2 | CA | E3 | 7 | B | 0 | B | 103 | 1F | 54 |
| Octal | 322 | 312 | 343 | 7 | 13 | 0 | 13 | 403 | 37 | 124 |
| Binary | 11010010 | 11001010 | 11100011 | 111 | 1011 | 0 | 1011 | 100000011 | 11111 | 1010100 |
Color Harmonies of #D2CAE3
Complementary color
Monochromatic Colors of #D2CAE3
Black with #D2CAE3
Text Example
Text Example
White with #D2CAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CAE3; }
p { color: rgb(210,202,227); }
H1.HeaderClassName
{
color: #D2CAE3;
}
.AnyTagClassName
{
color: #D2CAE3;
}
</style>
background-color css
<style>
a { background-color: #D2CAE3; }
a { background-color: rgb(210,202,227); }
div.DivClassName
{
background-color: #D2CAE3;
}
.BgClassName
{
background-color: #D2CAE3;
}
</style>
border-color css
<style>
span { border-color: #D2CAE3; }
span { border-color: rgb(210,202,227); }
td.TdClassName
{
border-color: #D2CAE3;
}
.TagClassName
{
border-color: #D2CAE3;
}
</style>