Shades of Fog #D1B8F9
Tints of Fog #D1B8F9
RGB
CMYK
RGB Variations
Color information
#D1B8F9 (or 0xD1B8F9) is known color: Fog. HEX triplet: D1, B8 and F9. RGB value is (209,184,249). Sum of RGB (Red+Green+Blue) = 209+184+249=642 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.55% from 642); Green value is 184 (72.27% from 255 or 28.66% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 249 - color contains mainly: blue. Hex color #D1B8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B8F9 is #2E4706. Grayscale: #C6C6C6. Windows color (decimal): -3032839 or 16365777. OLE color: 16365777.
HSL color Cylindrical-coordinate representation of color #D1B8F9: hue angle of 263.08º degrees, saturation: 0.84, 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 #D1B8F9 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 184 | 249 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.02 |
| HSL | 263.08º | 0.84% | 0.85% | - |
| HSV(B) | 263.08º | 0.26% | 0.98% | - |
| XYZ | 60.53 | 54.68 | 96.99 | - |
| YUV | 198.89 | 156.28 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 249 | 0.16 | 0.26 | 0 | 0.02 | 263.08 | 0.84 | 0.85 |
| Hex | D1 | B8 | F9 | 10 | 1A | 0 | 2 | 107 | 54 | 55 |
| Octal | 321 | 270 | 371 | 20 | 32 | 0 | 2 | 407 | 124 | 125 |
| Binary | 11010001 | 10111000 | 11111001 | 10000 | 11010 | 0 | 10 | 100000111 | 1010100 | 1010101 |
Color Harmonies of #D1B8F9
Complementary color
Monochromatic Colors of #D1B8F9
Black with #D1B8F9
Text Example
Text Example
White with #D1B8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B8F9; }
p { color: rgb(209,184,249); }
H1.HeaderClassName
{
color: #D1B8F9;
}
.AnyTagClassName
{
color: #D1B8F9;
}
</style>
background-color css
<style>
a { background-color: #D1B8F9; }
a { background-color: rgb(209,184,249); }
div.DivClassName
{
background-color: #D1B8F9;
}
.BgClassName
{
background-color: #D1B8F9;
}
</style>
border-color css
<style>
span { border-color: #D1B8F9; }
span { border-color: rgb(209,184,249); }
td.TdClassName
{
border-color: #D1B8F9;
}
.TagClassName
{
border-color: #D1B8F9;
}
</style>