Shades of Fog #D1B9FB
Tints of Fog #D1B9FB
RGB
CMYK
RGB Variations
Color information
#D1B9FB (or 0xD1B9FB) is known color: Fog. HEX triplet: D1, B9 and FB. RGB value is (209,185,251). Sum of RGB (Red+Green+Blue) = 209+185+251=645 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.40% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1B9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B9FB is #2E4604. Grayscale: #C7C7C7. Windows color (decimal): -3032581 or 16497105. OLE color: 16497105.
HSL color Cylindrical-coordinate representation of color #D1B9FB: hue angle of 261.82º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1B9FB is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 185 | 251 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.02 |
| HSL | 261.82º | 0.89% | 0.85% | - |
| HSV(B) | 261.82º | 0.26% | 0.98% | - |
| XYZ | 61.06 | 55.22 | 98.71 | - |
| YUV | 199.7 | 156.95 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 251 | 0.17 | 0.26 | 0 | 0.02 | 261.82 | 0.89 | 0.85 |
| Hex | D1 | B9 | FB | 11 | 1A | 0 | 2 | 106 | 59 | 55 |
| Octal | 321 | 271 | 373 | 21 | 32 | 0 | 2 | 406 | 131 | 125 |
| Binary | 11010001 | 10111001 | 11111011 | 10001 | 11010 | 0 | 10 | 100000110 | 1011001 | 1010101 |
Color Harmonies of #D1B9FB
Complementary color
Monochromatic Colors of #D1B9FB
Black with #D1B9FB
Text Example
Text Example
White with #D1B9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B9FB; }
p { color: rgb(209,185,251); }
H1.HeaderClassName
{
color: #D1B9FB;
}
.AnyTagClassName
{
color: #D1B9FB;
}
</style>
background-color css
<style>
a { background-color: #D1B9FB; }
a { background-color: rgb(209,185,251); }
div.DivClassName
{
background-color: #D1B9FB;
}
.BgClassName
{
background-color: #D1B9FB;
}
</style>
border-color css
<style>
span { border-color: #D1B9FB; }
span { border-color: rgb(209,185,251); }
td.TdClassName
{
border-color: #D1B9FB;
}
.TagClassName
{
border-color: #D1B9FB;
}
</style>