Shades of Fog #D3BDF8
Tints of Fog #D3BDF8
RGB
CMYK
RGB Variations
Color information
#D3BDF8 (or 0xD3BDF8) is known color: Fog. HEX triplet: D3, BD and F8. RGB value is (211,189,248). Sum of RGB (Red+Green+Blue) = 211+189+248=648 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.56% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 248 (97.27% from 255 or 38.27% from 648); Max value from RGB is 248 - color contains mainly: blue. Hex color #D3BDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BDF8 is #2C4207. Grayscale: #CACACA. Windows color (decimal): -2900488 or 16301523. OLE color: 16301523.
HSL color Cylindrical-coordinate representation of color #D3BDF8: hue angle of 262.37º 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 #D3BDF8 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 189 | 248 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.03 |
| HSL | 262.37º | 0.81% | 0.86% | - |
| HSV(B) | 262.37º | 0.24% | 0.97% | - |
| XYZ | 62 | 57.02 | 96.55 | - |
| YUV | 202.3 | 153.79 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 248 | 0.15 | 0.24 | 0 | 0.03 | 262.37 | 0.81 | 0.86 |
| Hex | D3 | BD | F8 | F | 18 | 0 | 3 | 106 | 51 | 56 |
| Octal | 323 | 275 | 370 | 17 | 30 | 0 | 3 | 406 | 121 | 126 |
| Binary | 11010011 | 10111101 | 11111000 | 1111 | 11000 | 0 | 11 | 100000110 | 1010001 | 1010110 |
Color Harmonies of #D3BDF8
Complementary color
Monochromatic Colors of #D3BDF8
Black with #D3BDF8
Text Example
Text Example
White with #D3BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BDF8; }
p { color: rgb(211,189,248); }
H1.HeaderClassName
{
color: #D3BDF8;
}
.AnyTagClassName
{
color: #D3BDF8;
}
</style>
background-color css
<style>
a { background-color: #D3BDF8; }
a { background-color: rgb(211,189,248); }
div.DivClassName
{
background-color: #D3BDF8;
}
.BgClassName
{
background-color: #D3BDF8;
}
</style>
border-color css
<style>
span { border-color: #D3BDF8; }
span { border-color: rgb(211,189,248); }
td.TdClassName
{
border-color: #D3BDF8;
}
.TagClassName
{
border-color: #D3BDF8;
}
</style>