Shades of Fog #D0CCE4
Tints of Fog #D0CCE4
RGB
CMYK
RGB Variations
Color information
#D0CCE4 (or 0xD0CCE4) is known color: Fog. HEX triplet: D0, CC and E4. RGB value is (208,204,228). Sum of RGB (Red+Green+Blue) = 208+204+228=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 228 - color contains mainly: blue. Hex color #D0CCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCE4 is #2F331B. Grayscale: #CFCFCF. Windows color (decimal): -3093276 or 14994640. OLE color: 14994640.
HSL color Cylindrical-coordinate representation of color #D0CCE4: hue angle of 250º 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 #D0CCE4 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 204 | 228 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.11 |
| HSL | 250º | 0.31% | 0.85% | - |
| HSV(B) | 250º | 0.11% | 0.89% | - |
| XYZ | 61.61 | 62.2 | 82.16 | - |
| YUV | 207.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 228 | 0.09 | 0.11 | 0 | 0.11 | 250 | 0.31 | 0.85 |
| Hex | D0 | CC | E4 | 9 | B | 0 | B | FA | 1F | 55 |
| Octal | 320 | 314 | 344 | 11 | 13 | 0 | 13 | 372 | 37 | 125 |
| Binary | 11010000 | 11001100 | 11100100 | 1001 | 1011 | 0 | 1011 | 11111010 | 11111 | 1010101 |
Color Harmonies of #D0CCE4
Complementary color
Monochromatic Colors of #D0CCE4
Black with #D0CCE4
Text Example
Text Example
White with #D0CCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCE4; }
p { color: rgb(208,204,228); }
H1.HeaderClassName
{
color: #D0CCE4;
}
.AnyTagClassName
{
color: #D0CCE4;
}
</style>
background-color css
<style>
a { background-color: #D0CCE4; }
a { background-color: rgb(208,204,228); }
div.DivClassName
{
background-color: #D0CCE4;
}
.BgClassName
{
background-color: #D0CCE4;
}
</style>
border-color css
<style>
span { border-color: #D0CCE4; }
span { border-color: rgb(208,204,228); }
td.TdClassName
{
border-color: #D0CCE4;
}
.TagClassName
{
border-color: #D0CCE4;
}
</style>