Shades of Fog #D1BDE9
Tints of Fog #D1BDE9
RGB
CMYK
RGB Variations
Color information
#D1BDE9 (or 0xD1BDE9) is known color: Fog. HEX triplet: D1, BD and E9. RGB value is (209,189,233). Sum of RGB (Red+Green+Blue) = 209+189+233=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 233 - color contains mainly: blue. Hex color #D1BDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BDE9 is #2E4216. Grayscale: #C7C7C7. Windows color (decimal): -3031575 or 15318481. OLE color: 15318481.
HSL color Cylindrical-coordinate representation of color #D1BDE9: hue angle of 267.27º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1BDE9 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 189 | 233 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.09 |
| HSL | 267.27º | 0.5% | 0.83% | - |
| HSV(B) | 267.27º | 0.19% | 0.91% | - |
| XYZ | 59.2 | 55.83 | 84.75 | - |
| YUV | 200 | 146.63 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 233 | 0.10 | 0.19 | 0 | 0.09 | 267.27 | 0.5 | 0.83 |
| Hex | D1 | BD | E9 | A | 13 | 0 | 9 | 10B | 32 | 53 |
| Octal | 321 | 275 | 351 | 12 | 23 | 0 | 11 | 413 | 62 | 123 |
| Binary | 11010001 | 10111101 | 11101001 | 1010 | 10011 | 0 | 1001 | 100001011 | 110010 | 1010011 |
Color Harmonies of #D1BDE9
Complementary color
Monochromatic Colors of #D1BDE9
Black with #D1BDE9
Text Example
Text Example
White with #D1BDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDE9; }
p { color: rgb(209,189,233); }
H1.HeaderClassName
{
color: #D1BDE9;
}
.AnyTagClassName
{
color: #D1BDE9;
}
</style>
background-color css
<style>
a { background-color: #D1BDE9; }
a { background-color: rgb(209,189,233); }
div.DivClassName
{
background-color: #D1BDE9;
}
.BgClassName
{
background-color: #D1BDE9;
}
</style>
border-color css
<style>
span { border-color: #D1BDE9; }
span { border-color: rgb(209,189,233); }
td.TdClassName
{
border-color: #D1BDE9;
}
.TagClassName
{
border-color: #D1BDE9;
}
</style>