Shades of Fog #D5C9F9
Tints of Fog #D5C9F9
RGB
CMYK
RGB Variations
Color information
#D5C9F9 (or 0xD5C9F9) is known color: Fog. HEX triplet: D5, C9 and F9. RGB value is (213,201,249). Sum of RGB (Red+Green+Blue) = 213+201+249=663 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.13% from 663); Green value is 201 (78.91% from 255 or 30.32% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5C9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C9F9 is #2A3606. Grayscale: #D1D1D1. Windows color (decimal): -2766343 or 16370133. OLE color: 16370133.
HSL color Cylindrical-coordinate representation of color #D5C9F9: hue angle of 255º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5C9F9 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 201 | 249 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.02 |
| HSL | 255º | 0.8% | 0.88% | - |
| HSV(B) | 255º | 0.19% | 0.98% | - |
| XYZ | 65.43 | 62.76 | 98.29 | - |
| YUV | 210.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 249 | 0.14 | 0.19 | 0 | 0.02 | 255 | 0.8 | 0.88 |
| Hex | D5 | C9 | F9 | E | 13 | 0 | 2 | FF | 50 | 58 |
| Octal | 325 | 311 | 371 | 16 | 23 | 0 | 2 | 377 | 120 | 130 |
| Binary | 11010101 | 11001001 | 11111001 | 1110 | 10011 | 0 | 10 | 11111111 | 1010000 | 1011000 |
Color Harmonies of #D5C9F9
Complementary color
Monochromatic Colors of #D5C9F9
Black with #D5C9F9
Text Example
Text Example
White with #D5C9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C9F9; }
p { color: rgb(213,201,249); }
H1.HeaderClassName
{
color: #D5C9F9;
}
.AnyTagClassName
{
color: #D5C9F9;
}
</style>
background-color css
<style>
a { background-color: #D5C9F9; }
a { background-color: rgb(213,201,249); }
div.DivClassName
{
background-color: #D5C9F9;
}
.BgClassName
{
background-color: #D5C9F9;
}
</style>
border-color css
<style>
span { border-color: #D5C9F9; }
span { border-color: rgb(213,201,249); }
td.TdClassName
{
border-color: #D5C9F9;
}
.TagClassName
{
border-color: #D5C9F9;
}
</style>