Shades of Fog #D2B9EA
Tints of Fog #D2B9EA
RGB
CMYK
RGB Variations
Color information
#D2B9EA (or 0xD2B9EA) is known color: Fog. HEX triplet: D2, B9 and EA. RGB value is (210,185,234). Sum of RGB (Red+Green+Blue) = 210+185+234=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2B9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B9EA is #2D4615. Grayscale: #C5C5C5. Windows color (decimal): -2967062 or 15382994. OLE color: 15382994.
HSL color Cylindrical-coordinate representation of color #D2B9EA: hue angle of 270.61º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2B9EA is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 185 | 234 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.08 |
| HSL | 270.61º | 0.54% | 0.82% | - |
| HSV(B) | 270.61º | 0.21% | 0.92% | - |
| XYZ | 58.78 | 54.34 | 85.23 | - |
| YUV | 198.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 234 | 0.10 | 0.21 | 0 | 0.08 | 270.61 | 0.54 | 0.82 |
| Hex | D2 | B9 | EA | A | 15 | 0 | 8 | 10F | 36 | 52 |
| Octal | 322 | 271 | 352 | 12 | 25 | 0 | 10 | 417 | 66 | 122 |
| Binary | 11010010 | 10111001 | 11101010 | 1010 | 10101 | 0 | 1000 | 100001111 | 110110 | 1010010 |
Color Harmonies of #D2B9EA
Complementary color
Monochromatic Colors of #D2B9EA
Black with #D2B9EA
Text Example
Text Example
White with #D2B9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B9EA; }
p { color: rgb(210,185,234); }
H1.HeaderClassName
{
color: #D2B9EA;
}
.AnyTagClassName
{
color: #D2B9EA;
}
</style>
background-color css
<style>
a { background-color: #D2B9EA; }
a { background-color: rgb(210,185,234); }
div.DivClassName
{
background-color: #D2B9EA;
}
.BgClassName
{
background-color: #D2B9EA;
}
</style>
border-color css
<style>
span { border-color: #D2B9EA; }
span { border-color: rgb(210,185,234); }
td.TdClassName
{
border-color: #D2B9EA;
}
.TagClassName
{
border-color: #D2B9EA;
}
</style>