Shades of Fog #D2CADF
Tints of Fog #D2CADF
RGB
CMYK
RGB Variations
Color information
#D2CADF (or 0xD2CADF) is known color: Fog. HEX triplet: D2, CA and DF. RGB value is (210,202,223). Sum of RGB (Red+Green+Blue) = 210+202+223=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2CADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CADF is #2D3520. Grayscale: #CECECE. Windows color (decimal): -2962721 or 14666450. OLE color: 14666450.
HSL color Cylindrical-coordinate representation of color #D2CADF: hue angle of 262.86º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2CADF is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 202 | 223 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.13 |
| HSL | 262.86º | 0.25% | 0.83% | - |
| HSV(B) | 262.86º | 0.09% | 0.87% | - |
| XYZ | 61.02 | 61.27 | 78.42 | - |
| YUV | 206.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 202 | 223 | 0.06 | 0.09 | 0 | 0.13 | 262.86 | 0.25 | 0.83 |
| Hex | D2 | CA | DF | 6 | 9 | 0 | D | 107 | 19 | 53 |
| Octal | 322 | 312 | 337 | 6 | 11 | 0 | 15 | 407 | 31 | 123 |
| Binary | 11010010 | 11001010 | 11011111 | 110 | 1001 | 0 | 1101 | 100000111 | 11001 | 1010011 |
Color Harmonies of #D2CADF
Complementary color
Monochromatic Colors of #D2CADF
Black with #D2CADF
Text Example
Text Example
White with #D2CADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CADF; }
p { color: rgb(210,202,223); }
H1.HeaderClassName
{
color: #D2CADF;
}
.AnyTagClassName
{
color: #D2CADF;
}
</style>
background-color css
<style>
a { background-color: #D2CADF; }
a { background-color: rgb(210,202,223); }
div.DivClassName
{
background-color: #D2CADF;
}
.BgClassName
{
background-color: #D2CADF;
}
</style>
border-color css
<style>
span { border-color: #D2CADF; }
span { border-color: rgb(210,202,223); }
td.TdClassName
{
border-color: #D2CADF;
}
.TagClassName
{
border-color: #D2CADF;
}
</style>