Shades of Fog #D0BFF7
Tints of Fog #D0BFF7
RGB
CMYK
RGB Variations
Color information
#D0BFF7 (or 0xD0BFF7) is known color: Fog. HEX triplet: D0, BF and F7. RGB value is (208,191,247). Sum of RGB (Red+Green+Blue) = 208+191+247=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 247 (96.88% from 255 or 38.24% from 646); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0BFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BFF7 is #2F4008. Grayscale: #CACACA. Windows color (decimal): -3096585 or 16236496. OLE color: 16236496.
HSL color Cylindrical-coordinate representation of color #D0BFF7: hue angle of 258.21º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0BFF7 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 191 | 247 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.03 |
| HSL | 258.21º | 0.78% | 0.86% | - |
| HSV(B) | 258.21º | 0.23% | 0.97% | - |
| XYZ | 61.43 | 57.39 | 95.83 | - |
| YUV | 202.47 | 153.13 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 247 | 0.16 | 0.23 | 0 | 0.03 | 258.21 | 0.78 | 0.86 |
| Hex | D0 | BF | F7 | 10 | 17 | 0 | 3 | 102 | 4E | 56 |
| Octal | 320 | 277 | 367 | 20 | 27 | 0 | 3 | 402 | 116 | 126 |
| Binary | 11010000 | 10111111 | 11110111 | 10000 | 10111 | 0 | 11 | 100000010 | 1001110 | 1010110 |
Color Harmonies of #D0BFF7
Complementary color
Monochromatic Colors of #D0BFF7
Black with #D0BFF7
Text Example
Text Example
White with #D0BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFF7; }
p { color: rgb(208,191,247); }
H1.HeaderClassName
{
color: #D0BFF7;
}
.AnyTagClassName
{
color: #D0BFF7;
}
</style>
background-color css
<style>
a { background-color: #D0BFF7; }
a { background-color: rgb(208,191,247); }
div.DivClassName
{
background-color: #D0BFF7;
}
.BgClassName
{
background-color: #D0BFF7;
}
</style>
border-color css
<style>
span { border-color: #D0BFF7; }
span { border-color: rgb(208,191,247); }
td.TdClassName
{
border-color: #D0BFF7;
}
.TagClassName
{
border-color: #D0BFF7;
}
</style>