Shades of Fog #D2CFE1
Tints of Fog #D2CFE1
RGB
CMYK
RGB Variations
Color information
#D2CFE1 (or 0xD2CFE1) is known color: Fog. HEX triplet: D2, CF and E1. RGB value is (210,207,225). Sum of RGB (Red+Green+Blue) = 210+207+225=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 225 - color contains mainly: blue. Hex color #D2CFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CFE1 is #2D301E. Grayscale: #D1D1D1. Windows color (decimal): -2961439 or 14798802. OLE color: 14798802.
HSL color Cylindrical-coordinate representation of color #D2CFE1: hue angle of 250º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2CFE1 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 207 | 225 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.12 |
| HSL | 250º | 0.23% | 0.85% | - |
| HSV(B) | 250º | 0.08% | 0.88% | - |
| XYZ | 62.48 | 63.76 | 80.25 | - |
| YUV | 209.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 225 | 0.07 | 0.08 | 0 | 0.12 | 250 | 0.23 | 0.85 |
| Hex | D2 | CF | E1 | 7 | 8 | 0 | C | FA | 17 | 55 |
| Octal | 322 | 317 | 341 | 7 | 10 | 0 | 14 | 372 | 27 | 125 |
| Binary | 11010010 | 11001111 | 11100001 | 111 | 1000 | 0 | 1100 | 11111010 | 10111 | 1010101 |
Color Harmonies of #D2CFE1
Complementary color
Monochromatic Colors of #D2CFE1
Black with #D2CFE1
Text Example
Text Example
White with #D2CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFE1; }
p { color: rgb(210,207,225); }
H1.HeaderClassName
{
color: #D2CFE1;
}
.AnyTagClassName
{
color: #D2CFE1;
}
</style>
background-color css
<style>
a { background-color: #D2CFE1; }
a { background-color: rgb(210,207,225); }
div.DivClassName
{
background-color: #D2CFE1;
}
.BgClassName
{
background-color: #D2CFE1;
}
</style>
border-color css
<style>
span { border-color: #D2CFE1; }
span { border-color: rgb(210,207,225); }
td.TdClassName
{
border-color: #D2CFE1;
}
.TagClassName
{
border-color: #D2CFE1;
}
</style>