Shades of Fog #D0B7F6
Tints of Fog #D0B7F6
RGB
CMYK
RGB Variations
Color information
#D0B7F6 (or 0xD0B7F6) is known color: Fog. HEX triplet: D0, B7 and F6. RGB value is (208,183,246). Sum of RGB (Red+Green+Blue) = 208+183+246=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 183 (71.88% from 255 or 28.73% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #D0B7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B7F6 is #2F4809. Grayscale: #C5C5C5. Windows color (decimal): -3098634 or 16168912. OLE color: 16168912.
HSL color Cylindrical-coordinate representation of color #D0B7F6: hue angle of 263.81º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0B7F6 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 183 | 246 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.04 |
| HSL | 263.81º | 0.78% | 0.84% | - |
| HSV(B) | 263.81º | 0.26% | 0.96% | - |
| XYZ | 59.58 | 53.93 | 94.46 | - |
| YUV | 197.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 246 | 0.15 | 0.26 | 0 | 0.04 | 263.81 | 0.78 | 0.84 |
| Hex | D0 | B7 | F6 | F | 1A | 0 | 4 | 108 | 4E | 54 |
| Octal | 320 | 267 | 366 | 17 | 32 | 0 | 4 | 410 | 116 | 124 |
| Binary | 11010000 | 10110111 | 11110110 | 1111 | 11010 | 0 | 100 | 100001000 | 1001110 | 1010100 |
Color Harmonies of #D0B7F6
Complementary color
Monochromatic Colors of #D0B7F6
Black with #D0B7F6
Text Example
Text Example
White with #D0B7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B7F6; }
p { color: rgb(208,183,246); }
H1.HeaderClassName
{
color: #D0B7F6;
}
.AnyTagClassName
{
color: #D0B7F6;
}
</style>
background-color css
<style>
a { background-color: #D0B7F6; }
a { background-color: rgb(208,183,246); }
div.DivClassName
{
background-color: #D0B7F6;
}
.BgClassName
{
background-color: #D0B7F6;
}
</style>
border-color css
<style>
span { border-color: #D0B7F6; }
span { border-color: rgb(208,183,246); }
td.TdClassName
{
border-color: #D0B7F6;
}
.TagClassName
{
border-color: #D0B7F6;
}
</style>