Shades of Fog #D5C9DE
Tints of Fog #D5C9DE
RGB
CMYK
RGB Variations
Color information
#D5C9DE (or 0xD5C9DE) is known color: Fog. HEX triplet: D5, C9 and DE. RGB value is (213,201,222). Sum of RGB (Red+Green+Blue) = 213+201+222=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5C9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9DE is #2A3621. Grayscale: #CECECE. Windows color (decimal): -2766370 or 14600661. OLE color: 14600661.
HSL color Cylindrical-coordinate representation of color #D5C9DE: hue angle of 274.29º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5C9DE is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 201 | 222 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.13 |
| HSL | 274.29º | 0.24% | 0.83% | - |
| HSV(B) | 274.29º | 0.09% | 0.87% | - |
| XYZ | 61.51 | 61.19 | 77.68 | - |
| YUV | 206.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 222 | 0.04 | 0.09 | 0 | 0.13 | 274.29 | 0.24 | 0.83 |
| Hex | D5 | C9 | DE | 4 | 9 | 0 | D | 112 | 18 | 53 |
| Octal | 325 | 311 | 336 | 4 | 11 | 0 | 15 | 422 | 30 | 123 |
| Binary | 11010101 | 11001001 | 11011110 | 100 | 1001 | 0 | 1101 | 100010010 | 11000 | 1010011 |
Color Harmonies of #D5C9DE
Complementary color
Monochromatic Colors of #D5C9DE
Black with #D5C9DE
Text Example
Text Example
White with #D5C9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C9DE; }
p { color: rgb(213,201,222); }
H1.HeaderClassName
{
color: #D5C9DE;
}
.AnyTagClassName
{
color: #D5C9DE;
}
</style>
background-color css
<style>
a { background-color: #D5C9DE; }
a { background-color: rgb(213,201,222); }
div.DivClassName
{
background-color: #D5C9DE;
}
.BgClassName
{
background-color: #D5C9DE;
}
</style>
border-color css
<style>
span { border-color: #D5C9DE; }
span { border-color: rgb(213,201,222); }
td.TdClassName
{
border-color: #D5C9DE;
}
.TagClassName
{
border-color: #D5C9DE;
}
</style>