Shades of Fog #D0B9E7
Tints of Fog #D0B9E7
RGB
CMYK
RGB Variations
Color information
#D0B9E7 (or 0xD0B9E7) is known color: Fog. HEX triplet: D0, B9 and E7. RGB value is (208,185,231). Sum of RGB (Red+Green+Blue) = 208+185+231=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 231 (90.62% from 255 or 37.02% from 624); Max value from RGB is 231 - color contains mainly: blue. Hex color #D0B9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B9E7 is #2F4618. Grayscale: #C4C4C4. Windows color (decimal): -3098137 or 15186384. OLE color: 15186384.
HSL color Cylindrical-coordinate representation of color #D0B9E7: hue angle of 270º degrees, saturation: 0.49, 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 #D0B9E7 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 185 | 231 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.09 |
| HSL | 270º | 0.49% | 0.82% | - |
| HSV(B) | 270º | 0.2% | 0.91% | - |
| XYZ | 57.79 | 53.88 | 82.96 | - |
| YUV | 197.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 231 | 0.10 | 0.20 | 0 | 0.09 | 270 | 0.49 | 0.82 |
| Hex | D0 | B9 | E7 | A | 14 | 0 | 9 | 10E | 31 | 52 |
| Octal | 320 | 271 | 347 | 12 | 24 | 0 | 11 | 416 | 61 | 122 |
| Binary | 11010000 | 10111001 | 11100111 | 1010 | 10100 | 0 | 1001 | 100001110 | 110001 | 1010010 |
Color Harmonies of #D0B9E7
Complementary color
Monochromatic Colors of #D0B9E7
Black with #D0B9E7
Text Example
Text Example
White with #D0B9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B9E7; }
p { color: rgb(208,185,231); }
H1.HeaderClassName
{
color: #D0B9E7;
}
.AnyTagClassName
{
color: #D0B9E7;
}
</style>
background-color css
<style>
a { background-color: #D0B9E7; }
a { background-color: rgb(208,185,231); }
div.DivClassName
{
background-color: #D0B9E7;
}
.BgClassName
{
background-color: #D0B9E7;
}
</style>
border-color css
<style>
span { border-color: #D0B9E7; }
span { border-color: rgb(208,185,231); }
td.TdClassName
{
border-color: #D0B9E7;
}
.TagClassName
{
border-color: #D0B9E7;
}
</style>