Shades of Fog #D1BDE6
Tints of Fog #D1BDE6
RGB
CMYK
RGB Variations
Color information
#D1BDE6 (or 0xD1BDE6) is known color: Fog. HEX triplet: D1, BD and E6. RGB value is (209,189,230). Sum of RGB (Red+Green+Blue) = 209+189+230=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 230 - color contains mainly: blue. Hex color #D1BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BDE6 is #2E4219. Grayscale: #C7C7C7. Windows color (decimal): -3031578 or 15121873. OLE color: 15121873.
HSL color Cylindrical-coordinate representation of color #D1BDE6: hue angle of 269.27º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1BDE6 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 189 | 230 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.10 |
| HSL | 269.27º | 0.45% | 0.82% | - |
| HSV(B) | 269.27º | 0.18% | 0.9% | - |
| XYZ | 58.78 | 55.66 | 82.51 | - |
| YUV | 199.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 230 | 0.09 | 0.18 | 0 | 0.10 | 269.27 | 0.45 | 0.82 |
| Hex | D1 | BD | E6 | 9 | 12 | 0 | A | 10D | 2D | 52 |
| Octal | 321 | 275 | 346 | 11 | 22 | 0 | 12 | 415 | 55 | 122 |
| Binary | 11010001 | 10111101 | 11100110 | 1001 | 10010 | 0 | 1010 | 100001101 | 101101 | 1010010 |
Color Harmonies of #D1BDE6
Complementary color
Monochromatic Colors of #D1BDE6
Black with #D1BDE6
Text Example
Text Example
White with #D1BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDE6; }
p { color: rgb(209,189,230); }
H1.HeaderClassName
{
color: #D1BDE6;
}
.AnyTagClassName
{
color: #D1BDE6;
}
</style>
background-color css
<style>
a { background-color: #D1BDE6; }
a { background-color: rgb(209,189,230); }
div.DivClassName
{
background-color: #D1BDE6;
}
.BgClassName
{
background-color: #D1BDE6;
}
</style>
border-color css
<style>
span { border-color: #D1BDE6; }
span { border-color: rgb(209,189,230); }
td.TdClassName
{
border-color: #D1BDE6;
}
.TagClassName
{
border-color: #D1BDE6;
}
</style>