Shades of Fog #D1BEE1
Tints of Fog #D1BEE1
RGB
CMYK
RGB Variations
Color information
#D1BEE1 (or 0xD1BEE1) is known color: Fog. HEX triplet: D1, BE and E1. RGB value is (209,190,225). Sum of RGB (Red+Green+Blue) = 209+190+225=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 225 - color contains mainly: blue. Hex color #D1BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BEE1 is #2E411E. Grayscale: #C7C7C7. Windows color (decimal): -3031327 or 14794449. OLE color: 14794449.
HSL color Cylindrical-coordinate representation of color #D1BEE1: hue angle of 272.57º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1BEE1 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 190 | 225 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.12 |
| HSL | 272.57º | 0.37% | 0.81% | - |
| HSV(B) | 272.57º | 0.16% | 0.88% | - |
| XYZ | 58.3 | 55.82 | 78.94 | - |
| YUV | 199.67 | 142.29 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 225 | 0.07 | 0.16 | 0 | 0.12 | 272.57 | 0.37 | 0.81 |
| Hex | D1 | BE | E1 | 7 | 10 | 0 | C | 111 | 25 | 51 |
| Octal | 321 | 276 | 341 | 7 | 20 | 0 | 14 | 421 | 45 | 121 |
| Binary | 11010001 | 10111110 | 11100001 | 111 | 10000 | 0 | 1100 | 100010001 | 100101 | 1010001 |
Color Harmonies of #D1BEE1
Complementary color
Monochromatic Colors of #D1BEE1
Black with #D1BEE1
Text Example
Text Example
White with #D1BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEE1; }
p { color: rgb(209,190,225); }
H1.HeaderClassName
{
color: #D1BEE1;
}
.AnyTagClassName
{
color: #D1BEE1;
}
</style>
background-color css
<style>
a { background-color: #D1BEE1; }
a { background-color: rgb(209,190,225); }
div.DivClassName
{
background-color: #D1BEE1;
}
.BgClassName
{
background-color: #D1BEE1;
}
</style>
border-color css
<style>
span { border-color: #D1BEE1; }
span { border-color: rgb(209,190,225); }
td.TdClassName
{
border-color: #D1BEE1;
}
.TagClassName
{
border-color: #D1BEE1;
}
</style>