Shades of Fog #D0BCF9
Tints of Fog #D0BCF9
RGB
CMYK
RGB Variations
Color information
#D0BCF9 (or 0xD0BCF9) is known color: Fog. HEX triplet: D0, BC and F9. RGB value is (208,188,249). Sum of RGB (Red+Green+Blue) = 208+188+249=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0BCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BCF9 is #2F4306. Grayscale: #C8C8C8. Windows color (decimal): -3097351 or 16366800. OLE color: 16366800.
HSL color Cylindrical-coordinate representation of color #D0BCF9: hue angle of 259.67º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0BCF9 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 188 | 249 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.02 |
| HSL | 259.67º | 0.84% | 0.86% | - |
| HSV(B) | 259.67º | 0.24% | 0.98% | - |
| XYZ | 61.09 | 56.22 | 97.25 | - |
| YUV | 200.93 | 155.13 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 249 | 0.16 | 0.24 | 0 | 0.02 | 259.67 | 0.84 | 0.86 |
| Hex | D0 | BC | F9 | 10 | 18 | 0 | 2 | 104 | 54 | 56 |
| Octal | 320 | 274 | 371 | 20 | 30 | 0 | 2 | 404 | 124 | 126 |
| Binary | 11010000 | 10111100 | 11111001 | 10000 | 11000 | 0 | 10 | 100000100 | 1010100 | 1010110 |
Color Harmonies of #D0BCF9
Complementary color
Monochromatic Colors of #D0BCF9
Black with #D0BCF9
Text Example
Text Example
White with #D0BCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCF9; }
p { color: rgb(208,188,249); }
H1.HeaderClassName
{
color: #D0BCF9;
}
.AnyTagClassName
{
color: #D0BCF9;
}
</style>
background-color css
<style>
a { background-color: #D0BCF9; }
a { background-color: rgb(208,188,249); }
div.DivClassName
{
background-color: #D0BCF9;
}
.BgClassName
{
background-color: #D0BCF9;
}
</style>
border-color css
<style>
span { border-color: #D0BCF9; }
span { border-color: rgb(208,188,249); }
td.TdClassName
{
border-color: #D0BCF9;
}
.TagClassName
{
border-color: #D0BCF9;
}
</style>