Shades of Fog #D0B9E6
Tints of Fog #D0B9E6
RGB
CMYK
RGB Variations
Color information
#D0B9E6 (or 0xD0B9E6) is known color: Fog. HEX triplet: D0, B9 and E6. RGB value is (208,185,230). Sum of RGB (Red+Green+Blue) = 208+185+230=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #D0B9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B9E6 is #2F4619. Grayscale: #C4C4C4. Windows color (decimal): -3098138 or 15120848. OLE color: 15120848.
HSL color Cylindrical-coordinate representation of color #D0B9E6: hue angle of 270.67º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0B9E6 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 185 | 230 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.10 |
| HSL | 270.67º | 0.47% | 0.81% | - |
| HSV(B) | 270.67º | 0.2% | 0.9% | - |
| XYZ | 57.64 | 53.82 | 82.21 | - |
| YUV | 197.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 230 | 0.10 | 0.20 | 0 | 0.10 | 270.67 | 0.47 | 0.81 |
| Hex | D0 | B9 | E6 | A | 14 | 0 | A | 10F | 2F | 51 |
| Octal | 320 | 271 | 346 | 12 | 24 | 0 | 12 | 417 | 57 | 121 |
| Binary | 11010000 | 10111001 | 11100110 | 1010 | 10100 | 0 | 1010 | 100001111 | 101111 | 1010001 |
Color Harmonies of #D0B9E6
Complementary color
Monochromatic Colors of #D0B9E6
Black with #D0B9E6
Text Example
Text Example
White with #D0B9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B9E6; }
p { color: rgb(208,185,230); }
H1.HeaderClassName
{
color: #D0B9E6;
}
.AnyTagClassName
{
color: #D0B9E6;
}
</style>
background-color css
<style>
a { background-color: #D0B9E6; }
a { background-color: rgb(208,185,230); }
div.DivClassName
{
background-color: #D0B9E6;
}
.BgClassName
{
background-color: #D0B9E6;
}
</style>
border-color css
<style>
span { border-color: #D0B9E6; }
span { border-color: rgb(208,185,230); }
td.TdClassName
{
border-color: #D0B9E6;
}
.TagClassName
{
border-color: #D0B9E6;
}
</style>