Shades of Fog #D1BDE8
Tints of Fog #D1BDE8
RGB
CMYK
RGB Variations
Color information
#D1BDE8 (or 0xD1BDE8) is known color: Fog. HEX triplet: D1, BD and E8. RGB value is (209,189,232). Sum of RGB (Red+Green+Blue) = 209+189+232=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #D1BDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BDE8 is #2E4217. Grayscale: #C7C7C7. Windows color (decimal): -3031576 or 15252945. OLE color: 15252945.
HSL color Cylindrical-coordinate representation of color #D1BDE8: hue angle of 267.91º degrees, saturation: 0.48, 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 #D1BDE8 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 189 | 232 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.09 |
| HSL | 267.91º | 0.48% | 0.83% | - |
| HSV(B) | 267.91º | 0.19% | 0.91% | - |
| XYZ | 59.06 | 55.78 | 84 | - |
| YUV | 199.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 232 | 0.10 | 0.19 | 0 | 0.09 | 267.91 | 0.48 | 0.83 |
| Hex | D1 | BD | E8 | A | 13 | 0 | 9 | 10C | 30 | 53 |
| Octal | 321 | 275 | 350 | 12 | 23 | 0 | 11 | 414 | 60 | 123 |
| Binary | 11010001 | 10111101 | 11101000 | 1010 | 10011 | 0 | 1001 | 100001100 | 110000 | 1010011 |
Color Harmonies of #D1BDE8
Complementary color
Monochromatic Colors of #D1BDE8
Black with #D1BDE8
Text Example
Text Example
White with #D1BDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDE8; }
p { color: rgb(209,189,232); }
H1.HeaderClassName
{
color: #D1BDE8;
}
.AnyTagClassName
{
color: #D1BDE8;
}
</style>
background-color css
<style>
a { background-color: #D1BDE8; }
a { background-color: rgb(209,189,232); }
div.DivClassName
{
background-color: #D1BDE8;
}
.BgClassName
{
background-color: #D1BDE8;
}
</style>
border-color css
<style>
span { border-color: #D1BDE8; }
span { border-color: rgb(209,189,232); }
td.TdClassName
{
border-color: #D1BDE8;
}
.TagClassName
{
border-color: #D1BDE8;
}
</style>