Shades of Fog #D0CAE2
Tints of Fog #D0CAE2
RGB
CMYK
RGB Variations
Color information
#D0CAE2 (or 0xD0CAE2) is known color: Fog. HEX triplet: D0, CA and E2. RGB value is (208,202,226). Sum of RGB (Red+Green+Blue) = 208+202+226=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 226 - color contains mainly: blue. Hex color #D0CAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CAE2 is #2F351D. Grayscale: #CECECE. Windows color (decimal): -3093790 or 14863056. OLE color: 14863056.
HSL color Cylindrical-coordinate representation of color #D0CAE2: hue angle of 255º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0CAE2 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 202 | 226 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.11 |
| HSL | 255º | 0.29% | 0.84% | - |
| HSV(B) | 255º | 0.11% | 0.89% | - |
| XYZ | 60.86 | 61.14 | 80.55 | - |
| YUV | 206.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 226 | 0.08 | 0.11 | 0 | 0.11 | 255 | 0.29 | 0.84 |
| Hex | D0 | CA | E2 | 8 | B | 0 | B | FF | 1D | 54 |
| Octal | 320 | 312 | 342 | 10 | 13 | 0 | 13 | 377 | 35 | 124 |
| Binary | 11010000 | 11001010 | 11100010 | 1000 | 1011 | 0 | 1011 | 11111111 | 11101 | 1010100 |
Color Harmonies of #D0CAE2
Complementary color
Monochromatic Colors of #D0CAE2
Black with #D0CAE2
Text Example
Text Example
White with #D0CAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CAE2; }
p { color: rgb(208,202,226); }
H1.HeaderClassName
{
color: #D0CAE2;
}
.AnyTagClassName
{
color: #D0CAE2;
}
</style>
background-color css
<style>
a { background-color: #D0CAE2; }
a { background-color: rgb(208,202,226); }
div.DivClassName
{
background-color: #D0CAE2;
}
.BgClassName
{
background-color: #D0CAE2;
}
</style>
border-color css
<style>
span { border-color: #D0CAE2; }
span { border-color: rgb(208,202,226); }
td.TdClassName
{
border-color: #D0CAE2;
}
.TagClassName
{
border-color: #D0CAE2;
}
</style>