Shades of Fog #D7BDF8
Tints of Fog #D7BDF8
RGB
CMYK
RGB Variations
Color information
#D7BDF8 (or 0xD7BDF8) is known color: Fog. HEX triplet: D7, BD and F8. RGB value is (215,189,248). Sum of RGB (Red+Green+Blue) = 215+189+248=652 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.98% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 248 (97.27% from 255 or 38.04% from 652); Max value from RGB is 248 - color contains mainly: blue. Hex color #D7BDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BDF8 is #284207. Grayscale: #CBCBCB. Windows color (decimal): -2638344 or 16301527. OLE color: 16301527.
HSL color Cylindrical-coordinate representation of color #D7BDF8: hue angle of 266.44º 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 #D7BDF8 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 189 | 248 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.03 |
| HSL | 266.44º | 0.81% | 0.86% | - |
| HSV(B) | 266.44º | 0.24% | 0.97% | - |
| XYZ | 63.17 | 57.62 | 96.6 | - |
| YUV | 203.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 248 | 0.13 | 0.24 | 0 | 0.03 | 266.44 | 0.81 | 0.86 |
| Hex | D7 | BD | F8 | D | 18 | 0 | 3 | 10A | 51 | 56 |
| Octal | 327 | 275 | 370 | 15 | 30 | 0 | 3 | 412 | 121 | 126 |
| Binary | 11010111 | 10111101 | 11111000 | 1101 | 11000 | 0 | 11 | 100001010 | 1010001 | 1010110 |
Color Harmonies of #D7BDF8
Complementary color
Monochromatic Colors of #D7BDF8
Black with #D7BDF8
Text Example
Text Example
White with #D7BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BDF8; }
p { color: rgb(215,189,248); }
H1.HeaderClassName
{
color: #D7BDF8;
}
.AnyTagClassName
{
color: #D7BDF8;
}
</style>
background-color css
<style>
a { background-color: #D7BDF8; }
a { background-color: rgb(215,189,248); }
div.DivClassName
{
background-color: #D7BDF8;
}
.BgClassName
{
background-color: #D7BDF8;
}
</style>
border-color css
<style>
span { border-color: #D7BDF8; }
span { border-color: rgb(215,189,248); }
td.TdClassName
{
border-color: #D7BDF8;
}
.TagClassName
{
border-color: #D7BDF8;
}
</style>