Shades of Fog #D0B7F9
Tints of Fog #D0B7F9
RGB
CMYK
RGB Variations
Color information
#D0B7F9 (or 0xD0B7F9) is known color: Fog. HEX triplet: D0, B7 and F9. RGB value is (208,183,249). Sum of RGB (Red+Green+Blue) = 208+183+249=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 183 (71.88% from 255 or 28.59% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0B7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B7F9 is #2F4806. Grayscale: #C5C5C5. Windows color (decimal): -3098631 or 16365520. OLE color: 16365520.
HSL color Cylindrical-coordinate representation of color #D0B7F9: hue angle of 262.73º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0B7F9 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 183 | 249 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.02 |
| HSL | 262.73º | 0.85% | 0.85% | - |
| HSV(B) | 262.73º | 0.27% | 0.98% | - |
| XYZ | 60.04 | 54.12 | 96.9 | - |
| YUV | 198 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 249 | 0.16 | 0.27 | 0 | 0.02 | 262.73 | 0.85 | 0.85 |
| Hex | D0 | B7 | F9 | 10 | 1B | 0 | 2 | 107 | 55 | 55 |
| Octal | 320 | 267 | 371 | 20 | 33 | 0 | 2 | 407 | 125 | 125 |
| Binary | 11010000 | 10110111 | 11111001 | 10000 | 11011 | 0 | 10 | 100000111 | 1010101 | 1010101 |
Color Harmonies of #D0B7F9
Complementary color
Monochromatic Colors of #D0B7F9
Black with #D0B7F9
Text Example
Text Example
White with #D0B7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B7F9; }
p { color: rgb(208,183,249); }
H1.HeaderClassName
{
color: #D0B7F9;
}
.AnyTagClassName
{
color: #D0B7F9;
}
</style>
background-color css
<style>
a { background-color: #D0B7F9; }
a { background-color: rgb(208,183,249); }
div.DivClassName
{
background-color: #D0B7F9;
}
.BgClassName
{
background-color: #D0B7F9;
}
</style>
border-color css
<style>
span { border-color: #D0B7F9; }
span { border-color: rgb(208,183,249); }
td.TdClassName
{
border-color: #D0B7F9;
}
.TagClassName
{
border-color: #D0B7F9;
}
</style>