Shades of Fog #D2B9EF
Tints of Fog #D2B9EF
RGB
CMYK
RGB Variations
Color information
#D2B9EF (or 0xD2B9EF) is known color: Fog. HEX triplet: D2, B9 and EF. RGB value is (210,185,239). Sum of RGB (Red+Green+Blue) = 210+185+239=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2B9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B9EF is #2D4610. Grayscale: #C6C6C6. Windows color (decimal): -2967057 or 15710674. OLE color: 15710674.
HSL color Cylindrical-coordinate representation of color #D2B9EF: hue angle of 267.78º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2B9EF is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 185 | 239 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.06 |
| HSL | 267.78º | 0.63% | 0.83% | - |
| HSV(B) | 267.78º | 0.23% | 0.94% | - |
| XYZ | 59.51 | 54.63 | 89.07 | - |
| YUV | 198.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 239 | 0.12 | 0.23 | 0 | 0.06 | 267.78 | 0.63 | 0.83 |
| Hex | D2 | B9 | EF | C | 17 | 0 | 6 | 10C | 3F | 53 |
| Octal | 322 | 271 | 357 | 14 | 27 | 0 | 6 | 414 | 77 | 123 |
| Binary | 11010010 | 10111001 | 11101111 | 1100 | 10111 | 0 | 110 | 100001100 | 111111 | 1010011 |
Color Harmonies of #D2B9EF
Complementary color
Monochromatic Colors of #D2B9EF
Black with #D2B9EF
Text Example
Text Example
White with #D2B9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B9EF; }
p { color: rgb(210,185,239); }
H1.HeaderClassName
{
color: #D2B9EF;
}
.AnyTagClassName
{
color: #D2B9EF;
}
</style>
background-color css
<style>
a { background-color: #D2B9EF; }
a { background-color: rgb(210,185,239); }
div.DivClassName
{
background-color: #D2B9EF;
}
.BgClassName
{
background-color: #D2B9EF;
}
</style>
border-color css
<style>
span { border-color: #D2B9EF; }
span { border-color: rgb(210,185,239); }
td.TdClassName
{
border-color: #D2B9EF;
}
.TagClassName
{
border-color: #D2B9EF;
}
</style>