Shades of Fog #D1BEF9
Tints of Fog #D1BEF9
RGB
CMYK
RGB Variations
Color information
#D1BEF9 (or 0xD1BEF9) is known color: Fog. HEX triplet: D1, BE and F9. RGB value is (209,190,249). Sum of RGB (Red+Green+Blue) = 209+190+249=648 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.25% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #D1BEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BEF9 is #2E4106. Grayscale: #CACACA. Windows color (decimal): -3031303 or 16367313. OLE color: 16367313.
HSL color Cylindrical-coordinate representation of color #D1BEF9: hue angle of 259.32º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1BEF9 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 190 | 249 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.02 |
| HSL | 259.32º | 0.83% | 0.86% | - |
| HSV(B) | 259.32º | 0.24% | 0.98% | - |
| XYZ | 61.81 | 57.22 | 97.41 | - |
| YUV | 202.41 | 154.29 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 249 | 0.16 | 0.24 | 0 | 0.02 | 259.32 | 0.83 | 0.86 |
| Hex | D1 | BE | F9 | 10 | 18 | 0 | 2 | 103 | 53 | 56 |
| Octal | 321 | 276 | 371 | 20 | 30 | 0 | 2 | 403 | 123 | 126 |
| Binary | 11010001 | 10111110 | 11111001 | 10000 | 11000 | 0 | 10 | 100000011 | 1010011 | 1010110 |
Color Harmonies of #D1BEF9
Complementary color
Monochromatic Colors of #D1BEF9
Black with #D1BEF9
Text Example
Text Example
White with #D1BEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEF9; }
p { color: rgb(209,190,249); }
H1.HeaderClassName
{
color: #D1BEF9;
}
.AnyTagClassName
{
color: #D1BEF9;
}
</style>
background-color css
<style>
a { background-color: #D1BEF9; }
a { background-color: rgb(209,190,249); }
div.DivClassName
{
background-color: #D1BEF9;
}
.BgClassName
{
background-color: #D1BEF9;
}
</style>
border-color css
<style>
span { border-color: #D1BEF9; }
span { border-color: rgb(209,190,249); }
td.TdClassName
{
border-color: #D1BEF9;
}
.TagClassName
{
border-color: #D1BEF9;
}
</style>