Shades of Fog #D1BDF7
Tints of Fog #D1BDF7
RGB
CMYK
RGB Variations
Color information
#D1BDF7 (or 0xD1BDF7) is known color: Fog. HEX triplet: D1, BD and F7. RGB value is (209,189,247). Sum of RGB (Red+Green+Blue) = 209+189+247=645 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.40% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 247 (96.88% from 255 or 38.29% from 645); Max value from RGB is 247 - color contains mainly: blue. Hex color #D1BDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BDF7 is #2E4208. Grayscale: #C9C9C9. Windows color (decimal): -3031561 or 16235985. OLE color: 16235985.
HSL color Cylindrical-coordinate representation of color #D1BDF7: hue angle of 260.69º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1BDF7 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 189 | 247 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.03 |
| HSL | 260.69º | 0.78% | 0.85% | - |
| HSV(B) | 260.69º | 0.23% | 0.97% | - |
| XYZ | 61.28 | 56.67 | 95.7 | - |
| YUV | 201.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 247 | 0.15 | 0.23 | 0 | 0.03 | 260.69 | 0.78 | 0.85 |
| Hex | D1 | BD | F7 | F | 17 | 0 | 3 | 105 | 4E | 55 |
| Octal | 321 | 275 | 367 | 17 | 27 | 0 | 3 | 405 | 116 | 125 |
| Binary | 11010001 | 10111101 | 11110111 | 1111 | 10111 | 0 | 11 | 100000101 | 1001110 | 1010101 |
Color Harmonies of #D1BDF7
Complementary color
Monochromatic Colors of #D1BDF7
Black with #D1BDF7
Text Example
Text Example
White with #D1BDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDF7; }
p { color: rgb(209,189,247); }
H1.HeaderClassName
{
color: #D1BDF7;
}
.AnyTagClassName
{
color: #D1BDF7;
}
</style>
background-color css
<style>
a { background-color: #D1BDF7; }
a { background-color: rgb(209,189,247); }
div.DivClassName
{
background-color: #D1BDF7;
}
.BgClassName
{
background-color: #D1BDF7;
}
</style>
border-color css
<style>
span { border-color: #D1BDF7; }
span { border-color: rgb(209,189,247); }
td.TdClassName
{
border-color: #D1BDF7;
}
.TagClassName
{
border-color: #D1BDF7;
}
</style>