Shades of Fog #D9B9E9
Tints of Fog #D9B9E9
RGB
CMYK
RGB Variations
Color information
#D9B9E9 (or 0xD9B9E9) is known color: Fog. HEX triplet: D9, B9 and E9. RGB value is (217,185,233). Sum of RGB (Red+Green+Blue) = 217+185+233=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 233 - color contains mainly: blue. Hex color #D9B9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B9E9 is #264616. Grayscale: #C7C7C7. Windows color (decimal): -2508311 or 15317465. OLE color: 15317465.
HSL color Cylindrical-coordinate representation of color #D9B9E9: hue angle of 280º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9B9E9 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 185 | 233 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.09 |
| HSL | 280º | 0.52% | 0.82% | - |
| HSV(B) | 280º | 0.21% | 0.91% | - |
| XYZ | 60.67 | 55.33 | 84.57 | - |
| YUV | 200.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 185 | 233 | 0.07 | 0.21 | 0 | 0.09 | 280 | 0.52 | 0.82 |
| Hex | D9 | B9 | E9 | 7 | 15 | 0 | 9 | 118 | 34 | 52 |
| Octal | 331 | 271 | 351 | 7 | 25 | 0 | 11 | 430 | 64 | 122 |
| Binary | 11011001 | 10111001 | 11101001 | 111 | 10101 | 0 | 1001 | 100011000 | 110100 | 1010010 |
Color Harmonies of #D9B9E9
Complementary color
Monochromatic Colors of #D9B9E9
Black with #D9B9E9
Text Example
Text Example
White with #D9B9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B9E9; }
p { color: rgb(217,185,233); }
H1.HeaderClassName
{
color: #D9B9E9;
}
.AnyTagClassName
{
color: #D9B9E9;
}
</style>
background-color css
<style>
a { background-color: #D9B9E9; }
a { background-color: rgb(217,185,233); }
div.DivClassName
{
background-color: #D9B9E9;
}
.BgClassName
{
background-color: #D9B9E9;
}
</style>
border-color css
<style>
span { border-color: #D9B9E9; }
span { border-color: rgb(217,185,233); }
td.TdClassName
{
border-color: #D9B9E9;
}
.TagClassName
{
border-color: #D9B9E9;
}
</style>