Shades of Fog #D0B9FF
Tints of Fog #D0B9FF
RGB
CMYK
RGB Variations
Color information
#D0B9FF (or 0xD0B9FF) is known color: Fog. HEX triplet: D0, B9 and FF. RGB value is (208,185,255). Sum of RGB (Red+Green+Blue) = 208+185+255=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 185 (72.66% from 255 or 28.55% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B9FF is #2F4600. Grayscale: #C7C7C7. Windows color (decimal): -3098113 or 16759248. OLE color: 16759248.
HSL color Cylindrical-coordinate representation of color #D0B9FF: hue angle of 259.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0B9FF is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 185 | 255 | - |
| CMYK | 0.18 | 0.27 | 0 | 0 |
| HSL | 259.71º | 1% | 0.86% | - |
| HSV(B) | 259.71º | 0.27% | 1% | - |
| XYZ | 61.41 | 55.33 | 102.05 | - |
| YUV | 199.86 | 159.12 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 255 | 0.18 | 0.27 | 0 | 0 | 259.71 | 1 | 0.86 |
| Hex | D0 | B9 | FF | 12 | 1B | 0 | 0 | 104 | 64 | 56 |
| Octal | 320 | 271 | 377 | 22 | 33 | 0 | 0 | 404 | 144 | 126 |
| Binary | 11010000 | 10111001 | 11111111 | 10010 | 11011 | 0 | 0 | 100000100 | 1100100 | 1010110 |
Color Harmonies of #D0B9FF
Complementary color
Monochromatic Colors of #D0B9FF
Black with #D0B9FF
Text Example
Text Example
White with #D0B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B9FF; }
p { color: rgb(208,185,255); }
H1.HeaderClassName
{
color: #D0B9FF;
}
.AnyTagClassName
{
color: #D0B9FF;
}
</style>
background-color css
<style>
a { background-color: #D0B9FF; }
a { background-color: rgb(208,185,255); }
div.DivClassName
{
background-color: #D0B9FF;
}
.BgClassName
{
background-color: #D0B9FF;
}
</style>
border-color css
<style>
span { border-color: #D0B9FF; }
span { border-color: rgb(208,185,255); }
td.TdClassName
{
border-color: #D0B9FF;
}
.TagClassName
{
border-color: #D0B9FF;
}
</style>