Shades of Fog #D1B9F1
Tints of Fog #D1B9F1
RGB
CMYK
RGB Variations
Color information
#D1B9F1 (or 0xD1B9F1) is known color: Fog. HEX triplet: D1, B9 and F1. RGB value is (209,185,241). Sum of RGB (Red+Green+Blue) = 209+185+241=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1B9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B9F1 is #2E460E. Grayscale: #C6C6C6. Windows color (decimal): -3032591 or 15841745. OLE color: 15841745.
HSL color Cylindrical-coordinate representation of color #D1B9F1: hue angle of 265.71º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1B9F1 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 185 | 241 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.05 |
| HSL | 265.71º | 0.67% | 0.84% | - |
| HSV(B) | 265.71º | 0.23% | 0.95% | - |
| XYZ | 59.52 | 54.6 | 90.62 | - |
| YUV | 198.56 | 151.95 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 241 | 0.13 | 0.23 | 0 | 0.05 | 265.71 | 0.67 | 0.84 |
| Hex | D1 | B9 | F1 | D | 17 | 0 | 5 | 10A | 43 | 54 |
| Octal | 321 | 271 | 361 | 15 | 27 | 0 | 5 | 412 | 103 | 124 |
| Binary | 11010001 | 10111001 | 11110001 | 1101 | 10111 | 0 | 101 | 100001010 | 1000011 | 1010100 |
Color Harmonies of #D1B9F1
Complementary color
Monochromatic Colors of #D1B9F1
Black with #D1B9F1
Text Example
Text Example
White with #D1B9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B9F1; }
p { color: rgb(209,185,241); }
H1.HeaderClassName
{
color: #D1B9F1;
}
.AnyTagClassName
{
color: #D1B9F1;
}
</style>
background-color css
<style>
a { background-color: #D1B9F1; }
a { background-color: rgb(209,185,241); }
div.DivClassName
{
background-color: #D1B9F1;
}
.BgClassName
{
background-color: #D1B9F1;
}
</style>
border-color css
<style>
span { border-color: #D1B9F1; }
span { border-color: rgb(209,185,241); }
td.TdClassName
{
border-color: #D1B9F1;
}
.TagClassName
{
border-color: #D1B9F1;
}
</style>