Shades of Fog #D1BEF1
Tints of Fog #D1BEF1
RGB
CMYK
RGB Variations
Color information
#D1BEF1 (or 0xD1BEF1) is known color: Fog. HEX triplet: D1, BE and F1. RGB value is (209,190,241). Sum of RGB (Red+Green+Blue) = 209+190+241=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1BEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BEF1 is #2E410E. Grayscale: #C9C9C9. Windows color (decimal): -3031311 or 15843025. OLE color: 15843025.
HSL color Cylindrical-coordinate representation of color #D1BEF1: hue angle of 262.35º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1BEF1 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 190 | 241 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.05 |
| HSL | 262.35º | 0.65% | 0.85% | - |
| HSV(B) | 262.35º | 0.21% | 0.95% | - |
| XYZ | 60.59 | 56.73 | 90.98 | - |
| YUV | 201.5 | 150.29 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 241 | 0.13 | 0.21 | 0 | 0.05 | 262.35 | 0.65 | 0.85 |
| Hex | D1 | BE | F1 | D | 15 | 0 | 5 | 106 | 41 | 55 |
| Octal | 321 | 276 | 361 | 15 | 25 | 0 | 5 | 406 | 101 | 125 |
| Binary | 11010001 | 10111110 | 11110001 | 1101 | 10101 | 0 | 101 | 100000110 | 1000001 | 1010101 |
Color Harmonies of #D1BEF1
Complementary color
Monochromatic Colors of #D1BEF1
Black with #D1BEF1
Text Example
Text Example
White with #D1BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEF1; }
p { color: rgb(209,190,241); }
H1.HeaderClassName
{
color: #D1BEF1;
}
.AnyTagClassName
{
color: #D1BEF1;
}
</style>
background-color css
<style>
a { background-color: #D1BEF1; }
a { background-color: rgb(209,190,241); }
div.DivClassName
{
background-color: #D1BEF1;
}
.BgClassName
{
background-color: #D1BEF1;
}
</style>
border-color css
<style>
span { border-color: #D1BEF1; }
span { border-color: rgb(209,190,241); }
td.TdClassName
{
border-color: #D1BEF1;
}
.TagClassName
{
border-color: #D1BEF1;
}
</style>