Shades of Fog #D9CAE6
Tints of Fog #D9CAE6
RGB
CMYK
RGB Variations
Color information
#D9CAE6 (or 0xD9CAE6) is known color: Fog. HEX triplet: D9, CA and E6. RGB value is (217,202,230). Sum of RGB (Red+Green+Blue) = 217+202+230=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 230 - color contains mainly: blue. Hex color #D9CAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CAE6 is #263519. Grayscale: #D1D1D1. Windows color (decimal): -2503962 or 15125209. OLE color: 15125209.
HSL color Cylindrical-coordinate representation of color #D9CAE6: hue angle of 272.14º 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 #D9CAE6 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 202 | 230 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.10 |
| HSL | 272.14º | 0.36% | 0.85% | - |
| HSV(B) | 272.14º | 0.12% | 0.9% | - |
| XYZ | 64.02 | 62.71 | 83.59 | - |
| YUV | 209.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 230 | 0.06 | 0.12 | 0 | 0.10 | 272.14 | 0.36 | 0.85 |
| Hex | D9 | CA | E6 | 6 | C | 0 | A | 110 | 24 | 55 |
| Octal | 331 | 312 | 346 | 6 | 14 | 0 | 12 | 420 | 44 | 125 |
| Binary | 11011001 | 11001010 | 11100110 | 110 | 1100 | 0 | 1010 | 100010000 | 100100 | 1010101 |
Color Harmonies of #D9CAE6
Complementary color
Monochromatic Colors of #D9CAE6
Black with #D9CAE6
Text Example
Text Example
White with #D9CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CAE6; }
p { color: rgb(217,202,230); }
H1.HeaderClassName
{
color: #D9CAE6;
}
.AnyTagClassName
{
color: #D9CAE6;
}
</style>
background-color css
<style>
a { background-color: #D9CAE6; }
a { background-color: rgb(217,202,230); }
div.DivClassName
{
background-color: #D9CAE6;
}
.BgClassName
{
background-color: #D9CAE6;
}
</style>
border-color css
<style>
span { border-color: #D9CAE6; }
span { border-color: rgb(217,202,230); }
td.TdClassName
{
border-color: #D9CAE6;
}
.TagClassName
{
border-color: #D9CAE6;
}
</style>