Shades of Fog #D9C6E5
Tints of Fog #D9C6E5
RGB
CMYK
RGB Variations
Color information
#D9C6E5 (or 0xD9C6E5) is known color: Fog. HEX triplet: D9, C6 and E5. RGB value is (217,198,229). Sum of RGB (Red+Green+Blue) = 217+198+229=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 198 (77.73% from 255 or 30.75% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 229 - color contains mainly: blue. Hex color #D9C6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C6E5 is #26391A. Grayscale: #CFCFCF. Windows color (decimal): -2504987 or 15058649. OLE color: 15058649.
HSL color Cylindrical-coordinate representation of color #D9C6E5: hue angle of 276.77º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9C6E5 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 198 | 229 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.10 |
| HSL | 276.77º | 0.37% | 0.84% | - |
| HSV(B) | 276.77º | 0.14% | 0.9% | - |
| XYZ | 62.95 | 60.8 | 82.55 | - |
| YUV | 207.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 198 | 229 | 0.05 | 0.14 | 0 | 0.10 | 276.77 | 0.37 | 0.84 |
| Hex | D9 | C6 | E5 | 5 | E | 0 | A | 115 | 25 | 54 |
| Octal | 331 | 306 | 345 | 5 | 16 | 0 | 12 | 425 | 45 | 124 |
| Binary | 11011001 | 11000110 | 11100101 | 101 | 1110 | 0 | 1010 | 100010101 | 100101 | 1010100 |
Color Harmonies of #D9C6E5
Complementary color
Monochromatic Colors of #D9C6E5
Black with #D9C6E5
Text Example
Text Example
White with #D9C6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C6E5; }
p { color: rgb(217,198,229); }
H1.HeaderClassName
{
color: #D9C6E5;
}
.AnyTagClassName
{
color: #D9C6E5;
}
</style>
background-color css
<style>
a { background-color: #D9C6E5; }
a { background-color: rgb(217,198,229); }
div.DivClassName
{
background-color: #D9C6E5;
}
.BgClassName
{
background-color: #D9C6E5;
}
</style>
border-color css
<style>
span { border-color: #D9C6E5; }
span { border-color: rgb(217,198,229); }
td.TdClassName
{
border-color: #D9C6E5;
}
.TagClassName
{
border-color: #D9C6E5;
}
</style>