Shades of Fog #D1BFF9
Tints of Fog #D1BFF9
RGB
CMYK
RGB Variations
Color information
#D1BFF9 (or 0xD1BFF9) is known color: Fog. HEX triplet: D1, BF and F9. RGB value is (209,191,249). Sum of RGB (Red+Green+Blue) = 209+191+249=649 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.20% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #D1BFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BFF9 is #2E4006. Grayscale: #CACACA. Windows color (decimal): -3031047 or 16367569. OLE color: 16367569.
HSL color Cylindrical-coordinate representation of color #D1BFF9: hue angle of 258.62º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1BFF9 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 191 | 249 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.02 |
| HSL | 258.62º | 0.83% | 0.86% | - |
| HSV(B) | 258.62º | 0.23% | 0.98% | - |
| XYZ | 62.02 | 57.66 | 97.48 | - |
| YUV | 202.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 249 | 0.16 | 0.23 | 0 | 0.02 | 258.62 | 0.83 | 0.86 |
| Hex | D1 | BF | F9 | 10 | 17 | 0 | 2 | 103 | 53 | 56 |
| Octal | 321 | 277 | 371 | 20 | 27 | 0 | 2 | 403 | 123 | 126 |
| Binary | 11010001 | 10111111 | 11111001 | 10000 | 10111 | 0 | 10 | 100000011 | 1010011 | 1010110 |
Color Harmonies of #D1BFF9
Complementary color
Monochromatic Colors of #D1BFF9
Black with #D1BFF9
Text Example
Text Example
White with #D1BFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFF9; }
p { color: rgb(209,191,249); }
H1.HeaderClassName
{
color: #D1BFF9;
}
.AnyTagClassName
{
color: #D1BFF9;
}
</style>
background-color css
<style>
a { background-color: #D1BFF9; }
a { background-color: rgb(209,191,249); }
div.DivClassName
{
background-color: #D1BFF9;
}
.BgClassName
{
background-color: #D1BFF9;
}
</style>
border-color css
<style>
span { border-color: #D1BFF9; }
span { border-color: rgb(209,191,249); }
td.TdClassName
{
border-color: #D1BFF9;
}
.TagClassName
{
border-color: #D1BFF9;
}
</style>