Shades of Fog #D2B9E6
Tints of Fog #D2B9E6
RGB
CMYK
RGB Variations
Color information
#D2B9E6 (or 0xD2B9E6) is known color: Fog. HEX triplet: D2, B9 and E6. RGB value is (210,185,230). Sum of RGB (Red+Green+Blue) = 210+185+230=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #D2B9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B9E6 is #2D4619. Grayscale: #C5C5C5. Windows color (decimal): -2967066 or 15120850. OLE color: 15120850.
HSL color Cylindrical-coordinate representation of color #D2B9E6: hue angle of 273.33º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2B9E6 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 185 | 230 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.10 |
| HSL | 273.33º | 0.47% | 0.81% | - |
| HSV(B) | 273.33º | 0.2% | 0.9% | - |
| XYZ | 58.21 | 54.11 | 82.24 | - |
| YUV | 197.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 230 | 0.09 | 0.20 | 0 | 0.10 | 273.33 | 0.47 | 0.81 |
| Hex | D2 | B9 | E6 | 9 | 14 | 0 | A | 111 | 2F | 51 |
| Octal | 322 | 271 | 346 | 11 | 24 | 0 | 12 | 421 | 57 | 121 |
| Binary | 11010010 | 10111001 | 11100110 | 1001 | 10100 | 0 | 1010 | 100010001 | 101111 | 1010001 |
Color Harmonies of #D2B9E6
Complementary color
Monochromatic Colors of #D2B9E6
Black with #D2B9E6
Text Example
Text Example
White with #D2B9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B9E6; }
p { color: rgb(210,185,230); }
H1.HeaderClassName
{
color: #D2B9E6;
}
.AnyTagClassName
{
color: #D2B9E6;
}
</style>
background-color css
<style>
a { background-color: #D2B9E6; }
a { background-color: rgb(210,185,230); }
div.DivClassName
{
background-color: #D2B9E6;
}
.BgClassName
{
background-color: #D2B9E6;
}
</style>
border-color css
<style>
span { border-color: #D2B9E6; }
span { border-color: rgb(210,185,230); }
td.TdClassName
{
border-color: #D2B9E6;
}
.TagClassName
{
border-color: #D2B9E6;
}
</style>