Shades of Fog #D5BDF8
Tints of Fog #D5BDF8
RGB
CMYK
RGB Variations
Color information
#D5BDF8 (or 0xD5BDF8) is known color: Fog. HEX triplet: D5, BD and F8. RGB value is (213,189,248). Sum of RGB (Red+Green+Blue) = 213+189+248=650 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.77% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 248 (97.27% from 255 or 38.15% from 650); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5BDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BDF8 is #2A4207. Grayscale: #CACACA. Windows color (decimal): -2769416 or 16301525. OLE color: 16301525.
HSL color Cylindrical-coordinate representation of color #D5BDF8: hue angle of 264.41º 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 #D5BDF8 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 189 | 248 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.03 |
| HSL | 264.41º | 0.81% | 0.86% | - |
| HSV(B) | 264.41º | 0.24% | 0.97% | - |
| XYZ | 62.58 | 57.32 | 96.57 | - |
| YUV | 202.9 | 153.45 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 248 | 0.14 | 0.24 | 0 | 0.03 | 264.41 | 0.81 | 0.86 |
| Hex | D5 | BD | F8 | E | 18 | 0 | 3 | 108 | 51 | 56 |
| Octal | 325 | 275 | 370 | 16 | 30 | 0 | 3 | 410 | 121 | 126 |
| Binary | 11010101 | 10111101 | 11111000 | 1110 | 11000 | 0 | 11 | 100001000 | 1010001 | 1010110 |
Color Harmonies of #D5BDF8
Complementary color
Monochromatic Colors of #D5BDF8
Black with #D5BDF8
Text Example
Text Example
White with #D5BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDF8; }
p { color: rgb(213,189,248); }
H1.HeaderClassName
{
color: #D5BDF8;
}
.AnyTagClassName
{
color: #D5BDF8;
}
</style>
background-color css
<style>
a { background-color: #D5BDF8; }
a { background-color: rgb(213,189,248); }
div.DivClassName
{
background-color: #D5BDF8;
}
.BgClassName
{
background-color: #D5BDF8;
}
</style>
border-color css
<style>
span { border-color: #D5BDF8; }
span { border-color: rgb(213,189,248); }
td.TdClassName
{
border-color: #D5BDF8;
}
.TagClassName
{
border-color: #D5BDF8;
}
</style>