Shades of Fog #D1BBEA
Tints of Fog #D1BBEA
RGB
CMYK
RGB Variations
Color information
#D1BBEA (or 0xD1BBEA) is known color: Fog. HEX triplet: D1, BB and EA. RGB value is (209,187,234). Sum of RGB (Red+Green+Blue) = 209+187+234=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BBEA is #2E4415. Grayscale: #C6C6C6. Windows color (decimal): -3032086 or 15383505. OLE color: 15383505.
HSL color Cylindrical-coordinate representation of color #D1BBEA: hue angle of 268.09º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1BBEA is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 187 | 234 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.08 |
| HSL | 268.09º | 0.53% | 0.83% | - |
| HSV(B) | 268.09º | 0.2% | 0.92% | - |
| XYZ | 58.92 | 55.04 | 85.36 | - |
| YUV | 198.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 234 | 0.11 | 0.20 | 0 | 0.08 | 268.09 | 0.53 | 0.83 |
| Hex | D1 | BB | EA | B | 14 | 0 | 8 | 10C | 35 | 53 |
| Octal | 321 | 273 | 352 | 13 | 24 | 0 | 10 | 414 | 65 | 123 |
| Binary | 11010001 | 10111011 | 11101010 | 1011 | 10100 | 0 | 1000 | 100001100 | 110101 | 1010011 |
Color Harmonies of #D1BBEA
Complementary color
Monochromatic Colors of #D1BBEA
Black with #D1BBEA
Text Example
Text Example
White with #D1BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBEA; }
p { color: rgb(209,187,234); }
H1.HeaderClassName
{
color: #D1BBEA;
}
.AnyTagClassName
{
color: #D1BBEA;
}
</style>
background-color css
<style>
a { background-color: #D1BBEA; }
a { background-color: rgb(209,187,234); }
div.DivClassName
{
background-color: #D1BBEA;
}
.BgClassName
{
background-color: #D1BBEA;
}
</style>
border-color css
<style>
span { border-color: #D1BBEA; }
span { border-color: rgb(209,187,234); }
td.TdClassName
{
border-color: #D1BBEA;
}
.TagClassName
{
border-color: #D1BBEA;
}
</style>