Shades of Fog #D9CAE5
Tints of Fog #D9CAE5
RGB
CMYK
RGB Variations
Color information
#D9CAE5 (or 0xD9CAE5) is known color: Fog. HEX triplet: D9, CA and E5. RGB value is (217,202,229). Sum of RGB (Red+Green+Blue) = 217+202+229=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 229 - color contains mainly: blue. Hex color #D9CAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAE5 is #26351A. Grayscale: #D1D1D1. Windows color (decimal): -2503963 or 15059673. OLE color: 15059673.
HSL color Cylindrical-coordinate representation of color #D9CAE5: hue angle of 273.33º degrees, saturation: 0.34, 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 #D9CAE5 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 217 | 202 | 229 | - |
CMYK | 0.05 | 0.12 | 0 | 0.10 |
HSL | 273.33º | 0.34% | 0.85% | - |
HSV(B) | 273.33º | 0.12% | 0.9% | - |
XYZ | 63.88 | 62.65 | 82.85 | - |
YUV | 209.56 | 138.97 | 133.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 202 | 229 | 0.05 | 0.12 | 0 | 0.10 | 273.33 | 0.34 | 0.85 |
Hex | D9 | CA | E5 | 5 | C | 0 | A | 111 | 22 | 55 |
Octal | 331 | 312 | 345 | 5 | 14 | 0 | 12 | 421 | 42 | 125 |
Binary | 11011001 | 11001010 | 11100101 | 101 | 1100 | 0 | 1010 | 100010001 | 100010 | 1010101 |
Color Harmonies of #D9CAE5
Complementary color
Monochromatic Colors of #D9CAE5
Black with #D9CAE5
Text Example
Text Example
White with #D9CAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CAE5; }
p { color: rgb(217,202,229); }
H1.HeaderClassName
{
color: #D9CAE5;
}
.AnyTagClassName
{
color: #D9CAE5;
}
</style>
background-color css
<style>
a { background-color: #D9CAE5; }
a { background-color: rgb(217,202,229); }
div.DivClassName
{
background-color: #D9CAE5;
}
.BgClassName
{
background-color: #D9CAE5;
}
</style>
border-color css
<style>
span { border-color: #D9CAE5; }
span { border-color: rgb(217,202,229); }
td.TdClassName
{
border-color: #D9CAE5;
}
.TagClassName
{
border-color: #D9CAE5;
}
</style>