Shades of Fog #D8CAE6
Tints of Fog #D8CAE6
RGB
CMYK
RGB Variations
Color information
#D8CAE6 (or 0xD8CAE6) is known color: Fog. HEX triplet: D8, CA and E6. RGB value is (216,202,230). Sum of RGB (Red+Green+Blue) = 216+202+230=648 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.33% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 230 - color contains mainly: blue. Hex color #D8CAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CAE6 is #273519. Grayscale: #D1D1D1. Windows color (decimal): -2569498 or 15125208. OLE color: 15125208.
HSL color Cylindrical-coordinate representation of color #D8CAE6: hue angle of 270º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8CAE6 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 202 | 230 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.10 |
| HSL | 270º | 0.36% | 0.85% | - |
| HSV(B) | 270º | 0.12% | 0.9% | - |
| XYZ | 63.72 | 62.55 | 83.58 | - |
| YUV | 209.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 230 | 0.06 | 0.12 | 0 | 0.10 | 270 | 0.36 | 0.85 |
| Hex | D8 | CA | E6 | 6 | C | 0 | A | 10E | 24 | 55 |
| Octal | 330 | 312 | 346 | 6 | 14 | 0 | 12 | 416 | 44 | 125 |
| Binary | 11011000 | 11001010 | 11100110 | 110 | 1100 | 0 | 1010 | 100001110 | 100100 | 1010101 |
Color Harmonies of #D8CAE6
Complementary color
Monochromatic Colors of #D8CAE6
Black with #D8CAE6
Text Example
Text Example
White with #D8CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CAE6; }
p { color: rgb(216,202,230); }
H1.HeaderClassName
{
color: #D8CAE6;
}
.AnyTagClassName
{
color: #D8CAE6;
}
</style>
background-color css
<style>
a { background-color: #D8CAE6; }
a { background-color: rgb(216,202,230); }
div.DivClassName
{
background-color: #D8CAE6;
}
.BgClassName
{
background-color: #D8CAE6;
}
</style>
border-color css
<style>
span { border-color: #D8CAE6; }
span { border-color: rgb(216,202,230); }
td.TdClassName
{
border-color: #D8CAE6;
}
.TagClassName
{
border-color: #D8CAE6;
}
</style>