Shades of Fog #D1BDF8
Tints of Fog #D1BDF8
RGB
CMYK
RGB Variations
Color information
#D1BDF8 (or 0xD1BDF8) is known color: Fog. HEX triplet: D1, BD and F8. RGB value is (209,189,248). Sum of RGB (Red+Green+Blue) = 209+189+248=646 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.35% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 248 (97.27% from 255 or 38.39% from 646); Max value from RGB is 248 - color contains mainly: blue. Hex color #D1BDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BDF8 is #2E4207. Grayscale: #C9C9C9. Windows color (decimal): -3031560 or 16301521. OLE color: 16301521.
HSL color Cylindrical-coordinate representation of color #D1BDF8: hue angle of 260.34º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1BDF8 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 189 | 248 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.03 |
| HSL | 260.34º | 0.81% | 0.86% | - |
| HSV(B) | 260.34º | 0.24% | 0.97% | - |
| XYZ | 61.44 | 56.73 | 96.52 | - |
| YUV | 201.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 248 | 0.16 | 0.24 | 0 | 0.03 | 260.34 | 0.81 | 0.86 |
| Hex | D1 | BD | F8 | 10 | 18 | 0 | 3 | 104 | 51 | 56 |
| Octal | 321 | 275 | 370 | 20 | 30 | 0 | 3 | 404 | 121 | 126 |
| Binary | 11010001 | 10111101 | 11111000 | 10000 | 11000 | 0 | 11 | 100000100 | 1010001 | 1010110 |
Color Harmonies of #D1BDF8
Complementary color
Monochromatic Colors of #D1BDF8
Black with #D1BDF8
Text Example
Text Example
White with #D1BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDF8; }
p { color: rgb(209,189,248); }
H1.HeaderClassName
{
color: #D1BDF8;
}
.AnyTagClassName
{
color: #D1BDF8;
}
</style>
background-color css
<style>
a { background-color: #D1BDF8; }
a { background-color: rgb(209,189,248); }
div.DivClassName
{
background-color: #D1BDF8;
}
.BgClassName
{
background-color: #D1BDF8;
}
</style>
border-color css
<style>
span { border-color: #D1BDF8; }
span { border-color: rgb(209,189,248); }
td.TdClassName
{
border-color: #D1BDF8;
}
.TagClassName
{
border-color: #D1BDF8;
}
</style>