Shades of Fog #D1BBE3
Tints of Fog #D1BBE3
RGB
CMYK
RGB Variations
Color information
#D1BBE3 (or 0xD1BBE3) is known color: Fog. HEX triplet: D1, BB and E3. RGB value is (209,187,227). Sum of RGB (Red+Green+Blue) = 209+187+227=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 227 - color contains mainly: blue. Hex color #D1BBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBE3 is #2E441C. Grayscale: #C6C6C6. Windows color (decimal): -3032093 or 14924753. OLE color: 14924753.
HSL color Cylindrical-coordinate representation of color #D1BBE3: hue angle of 273º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1BBE3 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 187 | 227 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.11 |
| HSL | 273º | 0.42% | 0.81% | - |
| HSV(B) | 273º | 0.18% | 0.89% | - |
| XYZ | 57.93 | 54.64 | 80.17 | - |
| YUV | 198.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 227 | 0.08 | 0.18 | 0 | 0.11 | 273 | 0.42 | 0.81 |
| Hex | D1 | BB | E3 | 8 | 12 | 0 | B | 111 | 2A | 51 |
| Octal | 321 | 273 | 343 | 10 | 22 | 0 | 13 | 421 | 52 | 121 |
| Binary | 11010001 | 10111011 | 11100011 | 1000 | 10010 | 0 | 1011 | 100010001 | 101010 | 1010001 |
Color Harmonies of #D1BBE3
Complementary color
Monochromatic Colors of #D1BBE3
Black with #D1BBE3
Text Example
Text Example
White with #D1BBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBE3; }
p { color: rgb(209,187,227); }
H1.HeaderClassName
{
color: #D1BBE3;
}
.AnyTagClassName
{
color: #D1BBE3;
}
</style>
background-color css
<style>
a { background-color: #D1BBE3; }
a { background-color: rgb(209,187,227); }
div.DivClassName
{
background-color: #D1BBE3;
}
.BgClassName
{
background-color: #D1BBE3;
}
</style>
border-color css
<style>
span { border-color: #D1BBE3; }
span { border-color: rgb(209,187,227); }
td.TdClassName
{
border-color: #D1BBE3;
}
.TagClassName
{
border-color: #D1BBE3;
}
</style>