Shades of Fog #D2CCEB
Tints of Fog #D2CCEB
RGB
CMYK
RGB Variations
Color information
#D2CCEB (or 0xD2CCEB) is known color: Fog. HEX triplet: D2, CC and EB. RGB value is (210,204,235). Sum of RGB (Red+Green+Blue) = 210+204+235=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCEB is #2D3314. Grayscale: #D1D1D1. Windows color (decimal): -2962197 or 15453394. OLE color: 15453394.
HSL color Cylindrical-coordinate representation of color #D2CCEB: hue angle of 251.61º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2CCEB is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 204 | 235 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.08 |
| HSL | 251.61º | 0.44% | 0.86% | - |
| HSV(B) | 251.61º | 0.13% | 0.92% | - |
| XYZ | 63.17 | 62.89 | 87.41 | - |
| YUV | 209.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 235 | 0.11 | 0.13 | 0 | 0.08 | 251.61 | 0.44 | 0.86 |
| Hex | D2 | CC | EB | B | D | 0 | 8 | FC | 2C | 56 |
| Octal | 322 | 314 | 353 | 13 | 15 | 0 | 10 | 374 | 54 | 126 |
| Binary | 11010010 | 11001100 | 11101011 | 1011 | 1101 | 0 | 1000 | 11111100 | 101100 | 1010110 |
Color Harmonies of #D2CCEB
Complementary color
Monochromatic Colors of #D2CCEB
Black with #D2CCEB
Text Example
Text Example
White with #D2CCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CCEB; }
p { color: rgb(210,204,235); }
H1.HeaderClassName
{
color: #D2CCEB;
}
.AnyTagClassName
{
color: #D2CCEB;
}
</style>
background-color css
<style>
a { background-color: #D2CCEB; }
a { background-color: rgb(210,204,235); }
div.DivClassName
{
background-color: #D2CCEB;
}
.BgClassName
{
background-color: #D2CCEB;
}
</style>
border-color css
<style>
span { border-color: #D2CCEB; }
span { border-color: rgb(210,204,235); }
td.TdClassName
{
border-color: #D2CCEB;
}
.TagClassName
{
border-color: #D2CCEB;
}
</style>