Shades of Fog #D1BCF9
Tints of Fog #D1BCF9
RGB
CMYK
RGB Variations
Color information
#D1BCF9 (or 0xD1BCF9) is known color: Fog. HEX triplet: D1, BC and F9. RGB value is (209,188,249). Sum of RGB (Red+Green+Blue) = 209+188+249=646 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.35% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 249 - color contains mainly: blue. Hex color #D1BCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BCF9 is #2E4306. Grayscale: #C9C9C9. Windows color (decimal): -3031815 or 16366801. OLE color: 16366801.
HSL color Cylindrical-coordinate representation of color #D1BCF9: hue angle of 260.66º 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 #D1BCF9 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 188 | 249 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.02 |
| HSL | 260.66º | 0.84% | 0.86% | - |
| HSV(B) | 260.66º | 0.24% | 0.98% | - |
| XYZ | 61.38 | 56.36 | 97.27 | - |
| YUV | 201.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 249 | 0.16 | 0.24 | 0 | 0.02 | 260.66 | 0.84 | 0.86 |
| Hex | D1 | BC | F9 | 10 | 18 | 0 | 2 | 105 | 54 | 56 |
| Octal | 321 | 274 | 371 | 20 | 30 | 0 | 2 | 405 | 124 | 126 |
| Binary | 11010001 | 10111100 | 11111001 | 10000 | 11000 | 0 | 10 | 100000101 | 1010100 | 1010110 |
Color Harmonies of #D1BCF9
Complementary color
Monochromatic Colors of #D1BCF9
Black with #D1BCF9
Text Example
Text Example
White with #D1BCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCF9; }
p { color: rgb(209,188,249); }
H1.HeaderClassName
{
color: #D1BCF9;
}
.AnyTagClassName
{
color: #D1BCF9;
}
</style>
background-color css
<style>
a { background-color: #D1BCF9; }
a { background-color: rgb(209,188,249); }
div.DivClassName
{
background-color: #D1BCF9;
}
.BgClassName
{
background-color: #D1BCF9;
}
</style>
border-color css
<style>
span { border-color: #D1BCF9; }
span { border-color: rgb(209,188,249); }
td.TdClassName
{
border-color: #D1BCF9;
}
.TagClassName
{
border-color: #D1BCF9;
}
</style>