Shades of Fog #D0BFF6
Tints of Fog #D0BFF6
RGB
CMYK
RGB Variations
Color information
#D0BFF6 (or 0xD0BFF6) is known color: Fog. HEX triplet: D0, BF and F6. RGB value is (208,191,246). Sum of RGB (Red+Green+Blue) = 208+191+246=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #D0BFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BFF6 is #2F4009. Grayscale: #CACACA. Windows color (decimal): -3096586 or 16170960. OLE color: 16170960.
HSL color Cylindrical-coordinate representation of color #D0BFF6: hue angle of 258.55º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0BFF6 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 191 | 246 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.04 |
| HSL | 258.55º | 0.75% | 0.86% | - |
| HSV(B) | 258.55º | 0.22% | 0.96% | - |
| XYZ | 61.28 | 57.33 | 95.02 | - |
| YUV | 202.35 | 152.63 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 246 | 0.15 | 0.22 | 0 | 0.04 | 258.55 | 0.75 | 0.86 |
| Hex | D0 | BF | F6 | F | 16 | 0 | 4 | 103 | 4B | 56 |
| Octal | 320 | 277 | 366 | 17 | 26 | 0 | 4 | 403 | 113 | 126 |
| Binary | 11010000 | 10111111 | 11110110 | 1111 | 10110 | 0 | 100 | 100000011 | 1001011 | 1010110 |
Color Harmonies of #D0BFF6
Complementary color
Monochromatic Colors of #D0BFF6
Black with #D0BFF6
Text Example
Text Example
White with #D0BFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFF6; }
p { color: rgb(208,191,246); }
H1.HeaderClassName
{
color: #D0BFF6;
}
.AnyTagClassName
{
color: #D0BFF6;
}
</style>
background-color css
<style>
a { background-color: #D0BFF6; }
a { background-color: rgb(208,191,246); }
div.DivClassName
{
background-color: #D0BFF6;
}
.BgClassName
{
background-color: #D0BFF6;
}
</style>
border-color css
<style>
span { border-color: #D0BFF6; }
span { border-color: rgb(208,191,246); }
td.TdClassName
{
border-color: #D0BFF6;
}
.TagClassName
{
border-color: #D0BFF6;
}
</style>