Shades of Fog #D0B9FA
Tints of Fog #D0B9FA
RGB
CMYK
RGB Variations
Color information
#D0B9FA (or 0xD0B9FA) is known color: Fog. HEX triplet: D0, B9 and FA. RGB value is (208,185,250). Sum of RGB (Red+Green+Blue) = 208+185+250=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0B9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B9FA is #2F4605. Grayscale: #C7C7C7. Windows color (decimal): -3098118 or 16431568. OLE color: 16431568.
HSL color Cylindrical-coordinate representation of color #D0B9FA: hue angle of 261.23º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0B9FA is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 185 | 250 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.02 |
| HSL | 261.23º | 0.87% | 0.85% | - |
| HSV(B) | 261.23º | 0.26% | 0.98% | - |
| XYZ | 60.62 | 55.01 | 97.87 | - |
| YUV | 199.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 250 | 0.17 | 0.26 | 0 | 0.02 | 261.23 | 0.87 | 0.85 |
| Hex | D0 | B9 | FA | 11 | 1A | 0 | 2 | 105 | 57 | 55 |
| Octal | 320 | 271 | 372 | 21 | 32 | 0 | 2 | 405 | 127 | 125 |
| Binary | 11010000 | 10111001 | 11111010 | 10001 | 11010 | 0 | 10 | 100000101 | 1010111 | 1010101 |
Color Harmonies of #D0B9FA
Complementary color
Monochromatic Colors of #D0B9FA
Black with #D0B9FA
Text Example
Text Example
White with #D0B9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B9FA; }
p { color: rgb(208,185,250); }
H1.HeaderClassName
{
color: #D0B9FA;
}
.AnyTagClassName
{
color: #D0B9FA;
}
</style>
background-color css
<style>
a { background-color: #D0B9FA; }
a { background-color: rgb(208,185,250); }
div.DivClassName
{
background-color: #D0B9FA;
}
.BgClassName
{
background-color: #D0B9FA;
}
</style>
border-color css
<style>
span { border-color: #D0B9FA; }
span { border-color: rgb(208,185,250); }
td.TdClassName
{
border-color: #D0B9FA;
}
.TagClassName
{
border-color: #D0B9FA;
}
</style>