Shades of Fog #D0C2EB
Tints of Fog #D0C2EB
RGB
CMYK
RGB Variations
Color information
#D0C2EB (or 0xD0C2EB) is known color: Fog. HEX triplet: D0, C2 and EB. RGB value is (208,194,235). Sum of RGB (Red+Green+Blue) = 208+194+235=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C2EB is #2F3D14. Grayscale: #CACACA. Windows color (decimal): -3095829 or 15450832. OLE color: 15450832.
HSL color Cylindrical-coordinate representation of color #D0C2EB: hue angle of 260.49º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0C2EB is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 194 | 235 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.08 |
| HSL | 260.49º | 0.51% | 0.84% | - |
| HSV(B) | 260.49º | 0.17% | 0.92% | - |
| XYZ | 60.3 | 57.99 | 86.61 | - |
| YUV | 202.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 235 | 0.11 | 0.17 | 0 | 0.08 | 260.49 | 0.51 | 0.84 |
| Hex | D0 | C2 | EB | B | 11 | 0 | 8 | 104 | 33 | 54 |
| Octal | 320 | 302 | 353 | 13 | 21 | 0 | 10 | 404 | 63 | 124 |
| Binary | 11010000 | 11000010 | 11101011 | 1011 | 10001 | 0 | 1000 | 100000100 | 110011 | 1010100 |
Color Harmonies of #D0C2EB
Complementary color
Monochromatic Colors of #D0C2EB
Black with #D0C2EB
Text Example
Text Example
White with #D0C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C2EB; }
p { color: rgb(208,194,235); }
H1.HeaderClassName
{
color: #D0C2EB;
}
.AnyTagClassName
{
color: #D0C2EB;
}
</style>
background-color css
<style>
a { background-color: #D0C2EB; }
a { background-color: rgb(208,194,235); }
div.DivClassName
{
background-color: #D0C2EB;
}
.BgClassName
{
background-color: #D0C2EB;
}
</style>
border-color css
<style>
span { border-color: #D0C2EB; }
span { border-color: rgb(208,194,235); }
td.TdClassName
{
border-color: #D0C2EB;
}
.TagClassName
{
border-color: #D0C2EB;
}
</style>