Shades of Fog #D0BFF9
Tints of Fog #D0BFF9
RGB
CMYK
RGB Variations
Color information
#D0BFF9 (or 0xD0BFF9) is known color: Fog. HEX triplet: D0, BF and F9. RGB value is (208,191,249). Sum of RGB (Red+Green+Blue) = 208+191+249=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0BFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BFF9 is #2F4006. Grayscale: #CACACA. Windows color (decimal): -3096583 or 16367568. OLE color: 16367568.
HSL color Cylindrical-coordinate representation of color #D0BFF9: hue angle of 257.59º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0BFF9 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 191 | 249 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.02 |
| HSL | 257.59º | 0.83% | 0.86% | - |
| HSV(B) | 257.59º | 0.23% | 0.98% | - |
| XYZ | 61.74 | 57.51 | 97.47 | - |
| YUV | 202.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 249 | 0.16 | 0.23 | 0 | 0.02 | 257.59 | 0.83 | 0.86 |
| Hex | D0 | BF | F9 | 10 | 17 | 0 | 2 | 102 | 53 | 56 |
| Octal | 320 | 277 | 371 | 20 | 27 | 0 | 2 | 402 | 123 | 126 |
| Binary | 11010000 | 10111111 | 11111001 | 10000 | 10111 | 0 | 10 | 100000010 | 1010011 | 1010110 |
Color Harmonies of #D0BFF9
Complementary color
Monochromatic Colors of #D0BFF9
Black with #D0BFF9
Text Example
Text Example
White with #D0BFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFF9; }
p { color: rgb(208,191,249); }
H1.HeaderClassName
{
color: #D0BFF9;
}
.AnyTagClassName
{
color: #D0BFF9;
}
</style>
background-color css
<style>
a { background-color: #D0BFF9; }
a { background-color: rgb(208,191,249); }
div.DivClassName
{
background-color: #D0BFF9;
}
.BgClassName
{
background-color: #D0BFF9;
}
</style>
border-color css
<style>
span { border-color: #D0BFF9; }
span { border-color: rgb(208,191,249); }
td.TdClassName
{
border-color: #D0BFF9;
}
.TagClassName
{
border-color: #D0BFF9;
}
</style>