Shades of Fog #D2CCE4
Tints of Fog #D2CCE4
RGB
CMYK
RGB Variations
Color information
#D2CCE4 (or 0xD2CCE4) is known color: Fog. HEX triplet: D2, CC and E4. RGB value is (210,204,228). Sum of RGB (Red+Green+Blue) = 210+204+228=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 228 - color contains mainly: blue. Hex color #D2CCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCE4 is #2D331B. Grayscale: #D0D0D0. Windows color (decimal): -2962204 or 14994642. OLE color: 14994642.
HSL color Cylindrical-coordinate representation of color #D2CCE4: hue angle of 255º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2CCE4 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 204 | 228 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.11 |
| HSL | 255º | 0.31% | 0.85% | - |
| HSV(B) | 255º | 0.11% | 0.89% | - |
| XYZ | 62.17 | 62.49 | 82.18 | - |
| YUV | 208.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 228 | 0.08 | 0.11 | 0 | 0.11 | 255 | 0.31 | 0.85 |
| Hex | D2 | CC | E4 | 8 | B | 0 | B | FF | 1F | 55 |
| Octal | 322 | 314 | 344 | 10 | 13 | 0 | 13 | 377 | 37 | 125 |
| Binary | 11010010 | 11001100 | 11100100 | 1000 | 1011 | 0 | 1011 | 11111111 | 11111 | 1010101 |
Color Harmonies of #D2CCE4
Complementary color
Monochromatic Colors of #D2CCE4
Black with #D2CCE4
Text Example
Text Example
White with #D2CCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CCE4; }
p { color: rgb(210,204,228); }
H1.HeaderClassName
{
color: #D2CCE4;
}
.AnyTagClassName
{
color: #D2CCE4;
}
</style>
background-color css
<style>
a { background-color: #D2CCE4; }
a { background-color: rgb(210,204,228); }
div.DivClassName
{
background-color: #D2CCE4;
}
.BgClassName
{
background-color: #D2CCE4;
}
</style>
border-color css
<style>
span { border-color: #D2CCE4; }
span { border-color: rgb(210,204,228); }
td.TdClassName
{
border-color: #D2CCE4;
}
.TagClassName
{
border-color: #D2CCE4;
}
</style>