Shades of Fog #D0B9EE
Tints of Fog #D0B9EE
RGB
CMYK
RGB Variations
Color information
#D0B9EE (or 0xD0B9EE) is known color: Fog. HEX triplet: D0, B9 and EE. RGB value is (208,185,238). Sum of RGB (Red+Green+Blue) = 208+185+238=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0B9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B9EE is #2F4611. Grayscale: #C5C5C5. Windows color (decimal): -3098130 or 15645136. OLE color: 15645136.
HSL color Cylindrical-coordinate representation of color #D0B9EE: hue angle of 266.04º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0B9EE is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 185 | 238 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.07 |
| HSL | 266.04º | 0.61% | 0.83% | - |
| HSV(B) | 266.04º | 0.22% | 0.93% | - |
| XYZ | 58.79 | 54.28 | 88.27 | - |
| YUV | 197.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 238 | 0.13 | 0.22 | 0 | 0.07 | 266.04 | 0.61 | 0.83 |
| Hex | D0 | B9 | EE | D | 16 | 0 | 7 | 10A | 3D | 53 |
| Octal | 320 | 271 | 356 | 15 | 26 | 0 | 7 | 412 | 75 | 123 |
| Binary | 11010000 | 10111001 | 11101110 | 1101 | 10110 | 0 | 111 | 100001010 | 111101 | 1010011 |
Color Harmonies of #D0B9EE
Complementary color
Monochromatic Colors of #D0B9EE
Black with #D0B9EE
Text Example
Text Example
White with #D0B9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B9EE; }
p { color: rgb(208,185,238); }
H1.HeaderClassName
{
color: #D0B9EE;
}
.AnyTagClassName
{
color: #D0B9EE;
}
</style>
background-color css
<style>
a { background-color: #D0B9EE; }
a { background-color: rgb(208,185,238); }
div.DivClassName
{
background-color: #D0B9EE;
}
.BgClassName
{
background-color: #D0B9EE;
}
</style>
border-color css
<style>
span { border-color: #D0B9EE; }
span { border-color: rgb(208,185,238); }
td.TdClassName
{
border-color: #D0B9EE;
}
.TagClassName
{
border-color: #D0B9EE;
}
</style>