Shades of Fog #D5C9EA
Tints of Fog #D5C9EA
RGB
CMYK
RGB Variations
Color information
#D5C9EA (or 0xD5C9EA) is known color: Fog. HEX triplet: D5, C9 and EA. RGB value is (213,201,234). Sum of RGB (Red+Green+Blue) = 213+201+234=648 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.87% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5C9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C9EA is #2A3615. Grayscale: #D0D0D0. Windows color (decimal): -2766358 or 15387093. OLE color: 15387093.
HSL color Cylindrical-coordinate representation of color #D5C9EA: hue angle of 261.82º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5C9EA is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 201 | 234 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.08 |
| HSL | 261.82º | 0.44% | 0.85% | - |
| HSV(B) | 261.82º | 0.14% | 0.92% | - |
| XYZ | 63.18 | 61.86 | 86.45 | - |
| YUV | 208.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 234 | 0.09 | 0.14 | 0 | 0.08 | 261.82 | 0.44 | 0.85 |
| Hex | D5 | C9 | EA | 9 | E | 0 | 8 | 106 | 2C | 55 |
| Octal | 325 | 311 | 352 | 11 | 16 | 0 | 10 | 406 | 54 | 125 |
| Binary | 11010101 | 11001001 | 11101010 | 1001 | 1110 | 0 | 1000 | 100000110 | 101100 | 1010101 |
Color Harmonies of #D5C9EA
Complementary color
Monochromatic Colors of #D5C9EA
Black with #D5C9EA
Text Example
Text Example
White with #D5C9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C9EA; }
p { color: rgb(213,201,234); }
H1.HeaderClassName
{
color: #D5C9EA;
}
.AnyTagClassName
{
color: #D5C9EA;
}
</style>
background-color css
<style>
a { background-color: #D5C9EA; }
a { background-color: rgb(213,201,234); }
div.DivClassName
{
background-color: #D5C9EA;
}
.BgClassName
{
background-color: #D5C9EA;
}
</style>
border-color css
<style>
span { border-color: #D5C9EA; }
span { border-color: rgb(213,201,234); }
td.TdClassName
{
border-color: #D5C9EA;
}
.TagClassName
{
border-color: #D5C9EA;
}
</style>