Shades of Fog #D1BBE8
Tints of Fog #D1BBE8
RGB
CMYK
RGB Variations
Color information
#D1BBE8 (or 0xD1BBE8) is known color: Fog. HEX triplet: D1, BB and E8. RGB value is (209,187,232). Sum of RGB (Red+Green+Blue) = 209+187+232=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #D1BBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BBE8 is #2E4417. Grayscale: #C6C6C6. Windows color (decimal): -3032088 or 15252433. OLE color: 15252433.
HSL color Cylindrical-coordinate representation of color #D1BBE8: hue angle of 269.33º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1BBE8 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 187 | 232 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.09 |
| HSL | 269.33º | 0.49% | 0.82% | - |
| HSV(B) | 269.33º | 0.19% | 0.91% | - |
| XYZ | 58.63 | 54.92 | 83.85 | - |
| YUV | 198.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 232 | 0.10 | 0.19 | 0 | 0.09 | 269.33 | 0.49 | 0.82 |
| Hex | D1 | BB | E8 | A | 13 | 0 | 9 | 10D | 31 | 52 |
| Octal | 321 | 273 | 350 | 12 | 23 | 0 | 11 | 415 | 61 | 122 |
| Binary | 11010001 | 10111011 | 11101000 | 1010 | 10011 | 0 | 1001 | 100001101 | 110001 | 1010010 |
Color Harmonies of #D1BBE8
Complementary color
Monochromatic Colors of #D1BBE8
Black with #D1BBE8
Text Example
Text Example
White with #D1BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBE8; }
p { color: rgb(209,187,232); }
H1.HeaderClassName
{
color: #D1BBE8;
}
.AnyTagClassName
{
color: #D1BBE8;
}
</style>
background-color css
<style>
a { background-color: #D1BBE8; }
a { background-color: rgb(209,187,232); }
div.DivClassName
{
background-color: #D1BBE8;
}
.BgClassName
{
background-color: #D1BBE8;
}
</style>
border-color css
<style>
span { border-color: #D1BBE8; }
span { border-color: rgb(209,187,232); }
td.TdClassName
{
border-color: #D1BBE8;
}
.TagClassName
{
border-color: #D1BBE8;
}
</style>