Shades of Fog #D9C0E9
Tints of Fog #D9C0E9
RGB
CMYK
RGB Variations
Color information
#D9C0E9 (or 0xD9C0E9) is known color: Fog. HEX triplet: D9, C0 and E9. RGB value is (217,192,233). Sum of RGB (Red+Green+Blue) = 217+192+233=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 192 (75.39% from 255 or 29.91% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 233 - color contains mainly: blue. Hex color #D9C0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C0E9 is #263F16. Grayscale: #CCCCCC. Windows color (decimal): -2506519 or 15319257. OLE color: 15319257.
HSL color Cylindrical-coordinate representation of color #D9C0E9: hue angle of 276.59º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9C0E9 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 192 | 233 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.09 |
| HSL | 276.59º | 0.48% | 0.83% | - |
| HSV(B) | 276.59º | 0.18% | 0.91% | - |
| XYZ | 62.17 | 58.33 | 85.07 | - |
| YUV | 204.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 233 | 0.07 | 0.18 | 0 | 0.09 | 276.59 | 0.48 | 0.83 |
| Hex | D9 | C0 | E9 | 7 | 12 | 0 | 9 | 115 | 30 | 53 |
| Octal | 331 | 300 | 351 | 7 | 22 | 0 | 11 | 425 | 60 | 123 |
| Binary | 11011001 | 11000000 | 11101001 | 111 | 10010 | 0 | 1001 | 100010101 | 110000 | 1010011 |
Color Harmonies of #D9C0E9
Complementary color
Monochromatic Colors of #D9C0E9
Black with #D9C0E9
Text Example
Text Example
White with #D9C0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C0E9; }
p { color: rgb(217,192,233); }
H1.HeaderClassName
{
color: #D9C0E9;
}
.AnyTagClassName
{
color: #D9C0E9;
}
</style>
background-color css
<style>
a { background-color: #D9C0E9; }
a { background-color: rgb(217,192,233); }
div.DivClassName
{
background-color: #D9C0E9;
}
.BgClassName
{
background-color: #D9C0E9;
}
</style>
border-color css
<style>
span { border-color: #D9C0E9; }
span { border-color: rgb(217,192,233); }
td.TdClassName
{
border-color: #D9C0E9;
}
.TagClassName
{
border-color: #D9C0E9;
}
</style>