Shades of Fog #D5C9EF
Tints of Fog #D5C9EF
RGB
CMYK
RGB Variations
Color information
#D5C9EF (or 0xD5C9EF) is known color: Fog. HEX triplet: D5, C9 and EF. RGB value is (213,201,239). Sum of RGB (Red+Green+Blue) = 213+201+239=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5C9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C9EF is #2A3610. Grayscale: #D0D0D0. Windows color (decimal): -2766353 or 15714773. OLE color: 15714773.
HSL color Cylindrical-coordinate representation of color #D5C9EF: hue angle of 258.95º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5C9EF is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 201 | 239 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.06 |
| HSL | 258.95º | 0.54% | 0.86% | - |
| HSV(B) | 258.95º | 0.16% | 0.94% | - |
| XYZ | 63.91 | 62.15 | 90.29 | - |
| YUV | 208.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 239 | 0.11 | 0.16 | 0 | 0.06 | 258.95 | 0.54 | 0.86 |
| Hex | D5 | C9 | EF | B | 10 | 0 | 6 | 103 | 36 | 56 |
| Octal | 325 | 311 | 357 | 13 | 20 | 0 | 6 | 403 | 66 | 126 |
| Binary | 11010101 | 11001001 | 11101111 | 1011 | 10000 | 0 | 110 | 100000011 | 110110 | 1010110 |
Color Harmonies of #D5C9EF
Complementary color
Monochromatic Colors of #D5C9EF
Black with #D5C9EF
Text Example
Text Example
White with #D5C9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C9EF; }
p { color: rgb(213,201,239); }
H1.HeaderClassName
{
color: #D5C9EF;
}
.AnyTagClassName
{
color: #D5C9EF;
}
</style>
background-color css
<style>
a { background-color: #D5C9EF; }
a { background-color: rgb(213,201,239); }
div.DivClassName
{
background-color: #D5C9EF;
}
.BgClassName
{
background-color: #D5C9EF;
}
</style>
border-color css
<style>
span { border-color: #D5C9EF; }
span { border-color: rgb(213,201,239); }
td.TdClassName
{
border-color: #D5C9EF;
}
.TagClassName
{
border-color: #D5C9EF;
}
</style>