Shades of Fog #D2B9E8
Tints of Fog #D2B9E8
RGB
CMYK
RGB Variations
Color information
#D2B9E8 (or 0xD2B9E8) is known color: Fog. HEX triplet: D2, B9 and E8. RGB value is (210,185,232). Sum of RGB (Red+Green+Blue) = 210+185+232=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #D2B9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B9E8 is #2D4617. Grayscale: #C5C5C5. Windows color (decimal): -2967064 or 15251922. OLE color: 15251922.
HSL color Cylindrical-coordinate representation of color #D2B9E8: hue angle of 271.91º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2B9E8 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 185 | 232 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.09 |
| HSL | 271.91º | 0.51% | 0.82% | - |
| HSV(B) | 271.91º | 0.2% | 0.91% | - |
| XYZ | 58.49 | 54.23 | 83.73 | - |
| YUV | 197.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 232 | 0.09 | 0.20 | 0 | 0.09 | 271.91 | 0.51 | 0.82 |
| Hex | D2 | B9 | E8 | 9 | 14 | 0 | 9 | 110 | 33 | 52 |
| Octal | 322 | 271 | 350 | 11 | 24 | 0 | 11 | 420 | 63 | 122 |
| Binary | 11010010 | 10111001 | 11101000 | 1001 | 10100 | 0 | 1001 | 100010000 | 110011 | 1010010 |
Color Harmonies of #D2B9E8
Complementary color
Monochromatic Colors of #D2B9E8
Black with #D2B9E8
Text Example
Text Example
White with #D2B9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B9E8; }
p { color: rgb(210,185,232); }
H1.HeaderClassName
{
color: #D2B9E8;
}
.AnyTagClassName
{
color: #D2B9E8;
}
</style>
background-color css
<style>
a { background-color: #D2B9E8; }
a { background-color: rgb(210,185,232); }
div.DivClassName
{
background-color: #D2B9E8;
}
.BgClassName
{
background-color: #D2B9E8;
}
</style>
border-color css
<style>
span { border-color: #D2B9E8; }
span { border-color: rgb(210,185,232); }
td.TdClassName
{
border-color: #D2B9E8;
}
.TagClassName
{
border-color: #D2B9E8;
}
</style>