Shades of Fog #D2CCE1
Tints of Fog #D2CCE1
RGB
CMYK
RGB Variations
Color information
#D2CCE1 (or 0xD2CCE1) is known color: Fog. HEX triplet: D2, CC and E1. RGB value is (210,204,225). Sum of RGB (Red+Green+Blue) = 210+204+225=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: blue. Hex color #D2CCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCE1 is #2D331E. Grayscale: #D0D0D0. Windows color (decimal): -2962207 or 14798034. OLE color: 14798034.
HSL color Cylindrical-coordinate representation of color #D2CCE1: hue angle of 257.14º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2CCE1 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 204 | 225 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.12 |
| HSL | 257.14º | 0.26% | 0.84% | - |
| HSV(B) | 257.14º | 0.09% | 0.88% | - |
| XYZ | 61.76 | 62.32 | 80.01 | - |
| YUV | 208.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 225 | 0.07 | 0.09 | 0 | 0.12 | 257.14 | 0.26 | 0.84 |
| Hex | D2 | CC | E1 | 7 | 9 | 0 | C | 101 | 1A | 54 |
| Octal | 322 | 314 | 341 | 7 | 11 | 0 | 14 | 401 | 32 | 124 |
| Binary | 11010010 | 11001100 | 11100001 | 111 | 1001 | 0 | 1100 | 100000001 | 11010 | 1010100 |
Color Harmonies of #D2CCE1
Complementary color
Monochromatic Colors of #D2CCE1
Black with #D2CCE1
Text Example
Text Example
White with #D2CCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CCE1; }
p { color: rgb(210,204,225); }
H1.HeaderClassName
{
color: #D2CCE1;
}
.AnyTagClassName
{
color: #D2CCE1;
}
</style>
background-color css
<style>
a { background-color: #D2CCE1; }
a { background-color: rgb(210,204,225); }
div.DivClassName
{
background-color: #D2CCE1;
}
.BgClassName
{
background-color: #D2CCE1;
}
</style>
border-color css
<style>
span { border-color: #D2CCE1; }
span { border-color: rgb(210,204,225); }
td.TdClassName
{
border-color: #D2CCE1;
}
.TagClassName
{
border-color: #D2CCE1;
}
</style>