Shades of Fog #D6BDF8
Tints of Fog #D6BDF8
RGB
CMYK
RGB Variations
Color information
#D6BDF8 (or 0xD6BDF8) is known color: Fog. HEX triplet: D6, BD and F8. RGB value is (214,189,248). Sum of RGB (Red+Green+Blue) = 214+189+248=651 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.87% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 248 (97.27% from 255 or 38.10% from 651); Max value from RGB is 248 - color contains mainly: blue. Hex color #D6BDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BDF8 is #294207. Grayscale: #CACACA. Windows color (decimal): -2703880 or 16301526. OLE color: 16301526.
HSL color Cylindrical-coordinate representation of color #D6BDF8: hue angle of 265.42º 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 #D6BDF8 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 189 | 248 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.03 |
| HSL | 265.42º | 0.81% | 0.86% | - |
| HSV(B) | 265.42º | 0.24% | 0.97% | - |
| XYZ | 62.87 | 57.47 | 96.59 | - |
| YUV | 203.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 248 | 0.14 | 0.24 | 0 | 0.03 | 265.42 | 0.81 | 0.86 |
| Hex | D6 | BD | F8 | E | 18 | 0 | 3 | 109 | 51 | 56 |
| Octal | 326 | 275 | 370 | 16 | 30 | 0 | 3 | 411 | 121 | 126 |
| Binary | 11010110 | 10111101 | 11111000 | 1110 | 11000 | 0 | 11 | 100001001 | 1010001 | 1010110 |
Color Harmonies of #D6BDF8
Complementary color
Monochromatic Colors of #D6BDF8
Black with #D6BDF8
Text Example
Text Example
White with #D6BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDF8; }
p { color: rgb(214,189,248); }
H1.HeaderClassName
{
color: #D6BDF8;
}
.AnyTagClassName
{
color: #D6BDF8;
}
</style>
background-color css
<style>
a { background-color: #D6BDF8; }
a { background-color: rgb(214,189,248); }
div.DivClassName
{
background-color: #D6BDF8;
}
.BgClassName
{
background-color: #D6BDF8;
}
</style>
border-color css
<style>
span { border-color: #D6BDF8; }
span { border-color: rgb(214,189,248); }
td.TdClassName
{
border-color: #D6BDF8;
}
.TagClassName
{
border-color: #D6BDF8;
}
</style>