Shades of Fog #D0B9FE
Tints of Fog #D0B9FE
RGB
CMYK
RGB Variations
Color information
#D0B9FE (or 0xD0B9FE) is known color: Fog. HEX triplet: D0, B9 and FE. RGB value is (208,185,254). Sum of RGB (Red+Green+Blue) = 208+185+254=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 185 (72.66% from 255 or 28.59% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0B9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B9FE is #2F4601. Grayscale: #C7C7C7. Windows color (decimal): -3098114 or 16693712. OLE color: 16693712.
HSL color Cylindrical-coordinate representation of color #D0B9FE: hue angle of 260º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0B9FE is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 185 | 254 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.00 |
| HSL | 260º | 0.97% | 0.86% | - |
| HSV(B) | 260º | 0.27% | 1% | - |
| XYZ | 61.25 | 55.26 | 101.2 | - |
| YUV | 199.74 | 158.62 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 254 | 0.18 | 0.27 | 0 | 0.00 | 260 | 0.97 | 0.86 |
| Hex | D0 | B9 | FE | 12 | 1B | 0 | 0 | 104 | 61 | 56 |
| Octal | 320 | 271 | 376 | 22 | 33 | 0 | 0 | 404 | 141 | 126 |
| Binary | 11010000 | 10111001 | 11111110 | 10010 | 11011 | 0 | 0 | 100000100 | 1100001 | 1010110 |
Color Harmonies of #D0B9FE
Complementary color
Monochromatic Colors of #D0B9FE
Black with #D0B9FE
Text Example
Text Example
White with #D0B9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B9FE; }
p { color: rgb(208,185,254); }
H1.HeaderClassName
{
color: #D0B9FE;
}
.AnyTagClassName
{
color: #D0B9FE;
}
</style>
background-color css
<style>
a { background-color: #D0B9FE; }
a { background-color: rgb(208,185,254); }
div.DivClassName
{
background-color: #D0B9FE;
}
.BgClassName
{
background-color: #D0B9FE;
}
</style>
border-color css
<style>
span { border-color: #D0B9FE; }
span { border-color: rgb(208,185,254); }
td.TdClassName
{
border-color: #D0B9FE;
}
.TagClassName
{
border-color: #D0B9FE;
}
</style>