Shades of Fog #D8BDF8
Tints of Fog #D8BDF8
RGB
CMYK
RGB Variations
Color information
#D8BDF8 (or 0xD8BDF8) is known color: Fog. HEX triplet: D8, BD and F8. RGB value is (216,189,248). Sum of RGB (Red+Green+Blue) = 216+189+248=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: blue. Hex color #D8BDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BDF8 is #274207. Grayscale: #CBCBCB. Windows color (decimal): -2572808 or 16301528. OLE color: 16301528.
HSL color Cylindrical-coordinate representation of color #D8BDF8: hue angle of 267.46º 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 #D8BDF8 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 189 | 248 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.03 |
| HSL | 267.46º | 0.81% | 0.86% | - |
| HSV(B) | 267.46º | 0.24% | 0.97% | - |
| XYZ | 63.46 | 57.77 | 96.61 | - |
| YUV | 203.8 | 152.95 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 248 | 0.13 | 0.24 | 0 | 0.03 | 267.46 | 0.81 | 0.86 |
| Hex | D8 | BD | F8 | D | 18 | 0 | 3 | 10B | 51 | 56 |
| Octal | 330 | 275 | 370 | 15 | 30 | 0 | 3 | 413 | 121 | 126 |
| Binary | 11011000 | 10111101 | 11111000 | 1101 | 11000 | 0 | 11 | 100001011 | 1010001 | 1010110 |
Color Harmonies of #D8BDF8
Complementary color
Monochromatic Colors of #D8BDF8
Black with #D8BDF8
Text Example
Text Example
White with #D8BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDF8; }
p { color: rgb(216,189,248); }
H1.HeaderClassName
{
color: #D8BDF8;
}
.AnyTagClassName
{
color: #D8BDF8;
}
</style>
background-color css
<style>
a { background-color: #D8BDF8; }
a { background-color: rgb(216,189,248); }
div.DivClassName
{
background-color: #D8BDF8;
}
.BgClassName
{
background-color: #D8BDF8;
}
</style>
border-color css
<style>
span { border-color: #D8BDF8; }
span { border-color: rgb(216,189,248); }
td.TdClassName
{
border-color: #D8BDF8;
}
.TagClassName
{
border-color: #D8BDF8;
}
</style>