Shades of Fog #D0CCE6
Tints of Fog #D0CCE6
RGB
CMYK
RGB Variations
Color information
#D0CCE6 (or 0xD0CCE6) is known color: Fog. HEX triplet: D0, CC and E6. RGB value is (208,204,230). Sum of RGB (Red+Green+Blue) = 208+204+230=642 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.40% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 230 - color contains mainly: blue. Hex color #D0CCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCE6 is #2F3319. Grayscale: #D0D0D0. Windows color (decimal): -3093274 or 15125712. OLE color: 15125712.
HSL color Cylindrical-coordinate representation of color #D0CCE6: hue angle of 249.23º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0CCE6 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 204 | 230 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.10 |
| HSL | 249.23º | 0.34% | 0.85% | - |
| HSV(B) | 249.23º | 0.11% | 0.9% | - |
| XYZ | 61.89 | 62.31 | 83.63 | - |
| YUV | 208.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 230 | 0.10 | 0.11 | 0 | 0.10 | 249.23 | 0.34 | 0.85 |
| Hex | D0 | CC | E6 | A | B | 0 | A | F9 | 22 | 55 |
| Octal | 320 | 314 | 346 | 12 | 13 | 0 | 12 | 371 | 42 | 125 |
| Binary | 11010000 | 11001100 | 11100110 | 1010 | 1011 | 0 | 1010 | 11111001 | 100010 | 1010101 |
Color Harmonies of #D0CCE6
Complementary color
Monochromatic Colors of #D0CCE6
Black with #D0CCE6
Text Example
Text Example
White with #D0CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCE6; }
p { color: rgb(208,204,230); }
H1.HeaderClassName
{
color: #D0CCE6;
}
.AnyTagClassName
{
color: #D0CCE6;
}
</style>
background-color css
<style>
a { background-color: #D0CCE6; }
a { background-color: rgb(208,204,230); }
div.DivClassName
{
background-color: #D0CCE6;
}
.BgClassName
{
background-color: #D0CCE6;
}
</style>
border-color css
<style>
span { border-color: #D0CCE6; }
span { border-color: rgb(208,204,230); }
td.TdClassName
{
border-color: #D0CCE6;
}
.TagClassName
{
border-color: #D0CCE6;
}
</style>