Shades of Fog #D0C4EA
Tints of Fog #D0C4EA
RGB
CMYK
RGB Variations
Color information
#D0C4EA (or 0xD0C4EA) is known color: Fog. HEX triplet: D0, C4 and EA. RGB value is (208,196,234). Sum of RGB (Red+Green+Blue) = 208+196+234=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0C4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C4EA is #2F3B15. Grayscale: #CBCBCB. Windows color (decimal): -3095318 or 15385808. OLE color: 15385808.
HSL color Cylindrical-coordinate representation of color #D0C4EA: hue angle of 258.95º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0C4EA is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 196 | 234 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.08 |
| HSL | 258.95º | 0.48% | 0.84% | - |
| HSV(B) | 258.95º | 0.16% | 0.92% | - |
| XYZ | 60.6 | 58.83 | 86 | - |
| YUV | 203.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 234 | 0.11 | 0.16 | 0 | 0.08 | 258.95 | 0.48 | 0.84 |
| Hex | D0 | C4 | EA | B | 10 | 0 | 8 | 103 | 30 | 54 |
| Octal | 320 | 304 | 352 | 13 | 20 | 0 | 10 | 403 | 60 | 124 |
| Binary | 11010000 | 11000100 | 11101010 | 1011 | 10000 | 0 | 1000 | 100000011 | 110000 | 1010100 |
Color Harmonies of #D0C4EA
Complementary color
Monochromatic Colors of #D0C4EA
Black with #D0C4EA
Text Example
Text Example
White with #D0C4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C4EA; }
p { color: rgb(208,196,234); }
H1.HeaderClassName
{
color: #D0C4EA;
}
.AnyTagClassName
{
color: #D0C4EA;
}
</style>
background-color css
<style>
a { background-color: #D0C4EA; }
a { background-color: rgb(208,196,234); }
div.DivClassName
{
background-color: #D0C4EA;
}
.BgClassName
{
background-color: #D0C4EA;
}
</style>
border-color css
<style>
span { border-color: #D0C4EA; }
span { border-color: rgb(208,196,234); }
td.TdClassName
{
border-color: #D0C4EA;
}
.TagClassName
{
border-color: #D0C4EA;
}
</style>