Shades of Fog #D1BEE2
Tints of Fog #D1BEE2
RGB
CMYK
RGB Variations
Color information
#D1BEE2 (or 0xD1BEE2) is known color: Fog. HEX triplet: D1, BE and E2. RGB value is (209,190,226). Sum of RGB (Red+Green+Blue) = 209+190+226=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 226 - color contains mainly: blue. Hex color #D1BEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BEE2 is #2E411D. Grayscale: #C7C7C7. Windows color (decimal): -3031326 or 14859985. OLE color: 14859985.
HSL color Cylindrical-coordinate representation of color #D1BEE2: hue angle of 271.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1BEE2 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 190 | 226 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.11 |
| HSL | 271.67º | 0.38% | 0.82% | - |
| HSV(B) | 271.67º | 0.16% | 0.89% | - |
| XYZ | 58.44 | 55.87 | 79.66 | - |
| YUV | 199.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 226 | 0.08 | 0.16 | 0 | 0.11 | 271.67 | 0.38 | 0.82 |
| Hex | D1 | BE | E2 | 8 | 10 | 0 | B | 110 | 26 | 52 |
| Octal | 321 | 276 | 342 | 10 | 20 | 0 | 13 | 420 | 46 | 122 |
| Binary | 11010001 | 10111110 | 11100010 | 1000 | 10000 | 0 | 1011 | 100010000 | 100110 | 1010010 |
Color Harmonies of #D1BEE2
Complementary color
Monochromatic Colors of #D1BEE2
Black with #D1BEE2
Text Example
Text Example
White with #D1BEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEE2; }
p { color: rgb(209,190,226); }
H1.HeaderClassName
{
color: #D1BEE2;
}
.AnyTagClassName
{
color: #D1BEE2;
}
</style>
background-color css
<style>
a { background-color: #D1BEE2; }
a { background-color: rgb(209,190,226); }
div.DivClassName
{
background-color: #D1BEE2;
}
.BgClassName
{
background-color: #D1BEE2;
}
</style>
border-color css
<style>
span { border-color: #D1BEE2; }
span { border-color: rgb(209,190,226); }
td.TdClassName
{
border-color: #D1BEE2;
}
.TagClassName
{
border-color: #D1BEE2;
}
</style>