Shades of Fog #D0CAE4
Tints of Fog #D0CAE4
RGB
CMYK
RGB Variations
Color information
#D0CAE4 (or 0xD0CAE4) is known color: Fog. HEX triplet: D0, CA and E4. RGB value is (208,202,228). Sum of RGB (Red+Green+Blue) = 208+202+228=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #D0CAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CAE4 is #2F351B. Grayscale: #CECECE. Windows color (decimal): -3093788 or 14994128. OLE color: 14994128.
HSL color Cylindrical-coordinate representation of color #D0CAE4: hue angle of 253.85º degrees, saturation: 0.32, 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 #D0CAE4 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 202 | 228 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.11 |
| HSL | 253.85º | 0.33% | 0.84% | - |
| HSV(B) | 253.85º | 0.11% | 0.89% | - |
| XYZ | 61.14 | 61.25 | 82 | - |
| YUV | 206.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 228 | 0.09 | 0.11 | 0 | 0.11 | 253.85 | 0.33 | 0.84 |
| Hex | D0 | CA | E4 | 9 | B | 0 | B | FE | 20 | 54 |
| Octal | 320 | 312 | 344 | 11 | 13 | 0 | 13 | 376 | 40 | 124 |
| Binary | 11010000 | 11001010 | 11100100 | 1001 | 1011 | 0 | 1011 | 11111110 | 100000 | 1010100 |
Color Harmonies of #D0CAE4
Complementary color
Monochromatic Colors of #D0CAE4
Black with #D0CAE4
Text Example
Text Example
White with #D0CAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CAE4; }
p { color: rgb(208,202,228); }
H1.HeaderClassName
{
color: #D0CAE4;
}
.AnyTagClassName
{
color: #D0CAE4;
}
</style>
background-color css
<style>
a { background-color: #D0CAE4; }
a { background-color: rgb(208,202,228); }
div.DivClassName
{
background-color: #D0CAE4;
}
.BgClassName
{
background-color: #D0CAE4;
}
</style>
border-color css
<style>
span { border-color: #D0CAE4; }
span { border-color: rgb(208,202,228); }
td.TdClassName
{
border-color: #D0CAE4;
}
.TagClassName
{
border-color: #D0CAE4;
}
</style>