Shades of Fog #D1BEE6
Tints of Fog #D1BEE6
RGB
CMYK
RGB Variations
Color information
#D1BEE6 (or 0xD1BEE6) is known color: Fog. HEX triplet: D1, BE and E6. RGB value is (209,190,230). Sum of RGB (Red+Green+Blue) = 209+190+230=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 230 - color contains mainly: blue. Hex color #D1BEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BEE6 is #2E4119. Grayscale: #C8C8C8. Windows color (decimal): -3031322 or 15122129. OLE color: 15122129.
HSL color Cylindrical-coordinate representation of color #D1BEE6: hue angle of 268.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1BEE6 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 190 | 230 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.10 |
| HSL | 268.5º | 0.44% | 0.82% | - |
| HSV(B) | 268.5º | 0.17% | 0.9% | - |
| XYZ | 58.99 | 56.1 | 82.58 | - |
| YUV | 200.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 230 | 0.09 | 0.17 | 0 | 0.10 | 268.5 | 0.44 | 0.82 |
| Hex | D1 | BE | E6 | 9 | 11 | 0 | A | 10C | 2C | 52 |
| Octal | 321 | 276 | 346 | 11 | 21 | 0 | 12 | 414 | 54 | 122 |
| Binary | 11010001 | 10111110 | 11100110 | 1001 | 10001 | 0 | 1010 | 100001100 | 101100 | 1010010 |
Color Harmonies of #D1BEE6
Complementary color
Monochromatic Colors of #D1BEE6
Black with #D1BEE6
Text Example
Text Example
White with #D1BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEE6; }
p { color: rgb(209,190,230); }
H1.HeaderClassName
{
color: #D1BEE6;
}
.AnyTagClassName
{
color: #D1BEE6;
}
</style>
background-color css
<style>
a { background-color: #D1BEE6; }
a { background-color: rgb(209,190,230); }
div.DivClassName
{
background-color: #D1BEE6;
}
.BgClassName
{
background-color: #D1BEE6;
}
</style>
border-color css
<style>
span { border-color: #D1BEE6; }
span { border-color: rgb(209,190,230); }
td.TdClassName
{
border-color: #D1BEE6;
}
.TagClassName
{
border-color: #D1BEE6;
}
</style>