Shades of Fog #D1B9F6
Tints of Fog #D1B9F6
RGB
CMYK
RGB Variations
Color information
#D1B9F6 (or 0xD1B9F6) is known color: Fog. HEX triplet: D1, B9 and F6. RGB value is (209,185,246). Sum of RGB (Red+Green+Blue) = 209+185+246=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 246 - color contains mainly: blue. Hex color #D1B9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B9F6 is #2E4609. Grayscale: #C6C6C6. Windows color (decimal): -3032586 or 16169425. OLE color: 16169425.
HSL color Cylindrical-coordinate representation of color #D1B9F6: hue angle of 263.61º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1B9F6 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 185 | 246 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.04 |
| HSL | 263.61º | 0.77% | 0.85% | - |
| HSV(B) | 263.61º | 0.25% | 0.96% | - |
| XYZ | 60.28 | 54.91 | 94.61 | - |
| YUV | 199.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 246 | 0.15 | 0.25 | 0 | 0.04 | 263.61 | 0.77 | 0.85 |
| Hex | D1 | B9 | F6 | F | 19 | 0 | 4 | 108 | 4D | 55 |
| Octal | 321 | 271 | 366 | 17 | 31 | 0 | 4 | 410 | 115 | 125 |
| Binary | 11010001 | 10111001 | 11110110 | 1111 | 11001 | 0 | 100 | 100001000 | 1001101 | 1010101 |
Color Harmonies of #D1B9F6
Complementary color
Monochromatic Colors of #D1B9F6
Black with #D1B9F6
Text Example
Text Example
White with #D1B9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B9F6; }
p { color: rgb(209,185,246); }
H1.HeaderClassName
{
color: #D1B9F6;
}
.AnyTagClassName
{
color: #D1B9F6;
}
</style>
background-color css
<style>
a { background-color: #D1B9F6; }
a { background-color: rgb(209,185,246); }
div.DivClassName
{
background-color: #D1B9F6;
}
.BgClassName
{
background-color: #D1B9F6;
}
</style>
border-color css
<style>
span { border-color: #D1B9F6; }
span { border-color: rgb(209,185,246); }
td.TdClassName
{
border-color: #D1B9F6;
}
.TagClassName
{
border-color: #D1B9F6;
}
</style>