Shades of Fog #D0B9EF
Tints of Fog #D0B9EF
RGB
CMYK
RGB Variations
Color information
#D0B9EF (or 0xD0B9EF) is known color: Fog. HEX triplet: D0, B9 and EF. RGB value is (208,185,239). Sum of RGB (Red+Green+Blue) = 208+185+239=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0B9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B9EF is #2F4610. Grayscale: #C5C5C5. Windows color (decimal): -3098129 or 15710672. OLE color: 15710672.
HSL color Cylindrical-coordinate representation of color #D0B9EF: hue angle of 265.56º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0B9EF is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 185 | 239 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.06 |
| HSL | 265.56º | 0.63% | 0.83% | - |
| HSV(B) | 265.56º | 0.23% | 0.94% | - |
| XYZ | 58.94 | 54.34 | 89.04 | - |
| YUV | 198.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 239 | 0.13 | 0.23 | 0 | 0.06 | 265.56 | 0.63 | 0.83 |
| Hex | D0 | B9 | EF | D | 17 | 0 | 6 | 10A | 3F | 53 |
| Octal | 320 | 271 | 357 | 15 | 27 | 0 | 6 | 412 | 77 | 123 |
| Binary | 11010000 | 10111001 | 11101111 | 1101 | 10111 | 0 | 110 | 100001010 | 111111 | 1010011 |
Color Harmonies of #D0B9EF
Complementary color
Monochromatic Colors of #D0B9EF
Black with #D0B9EF
Text Example
Text Example
White with #D0B9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B9EF; }
p { color: rgb(208,185,239); }
H1.HeaderClassName
{
color: #D0B9EF;
}
.AnyTagClassName
{
color: #D0B9EF;
}
</style>
background-color css
<style>
a { background-color: #D0B9EF; }
a { background-color: rgb(208,185,239); }
div.DivClassName
{
background-color: #D0B9EF;
}
.BgClassName
{
background-color: #D0B9EF;
}
</style>
border-color css
<style>
span { border-color: #D0B9EF; }
span { border-color: rgb(208,185,239); }
td.TdClassName
{
border-color: #D0B9EF;
}
.TagClassName
{
border-color: #D0B9EF;
}
</style>