Shades of Fog #D5BDF6
Tints of Fog #D5BDF6
RGB
CMYK
RGB Variations
Color information
#D5BDF6 (or 0xD5BDF6) is known color: Fog. HEX triplet: D5, BD and F6. RGB value is (213,189,246). Sum of RGB (Red+Green+Blue) = 213+189+246=648 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.87% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 246 (96.48% from 255 or 37.96% from 648); Max value from RGB is 246 - color contains mainly: blue. Hex color #D5BDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BDF6 is #2A4209. Grayscale: #CACACA. Windows color (decimal): -2769418 or 16170453. OLE color: 16170453.
HSL color Cylindrical-coordinate representation of color #D5BDF6: hue angle of 265.26º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5BDF6 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 189 | 246 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.04 |
| HSL | 265.26º | 0.76% | 0.85% | - |
| HSV(B) | 265.26º | 0.23% | 0.96% | - |
| XYZ | 62.27 | 57.2 | 94.95 | - |
| YUV | 202.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 246 | 0.13 | 0.23 | 0 | 0.04 | 265.26 | 0.76 | 0.85 |
| Hex | D5 | BD | F6 | D | 17 | 0 | 4 | 109 | 4C | 55 |
| Octal | 325 | 275 | 366 | 15 | 27 | 0 | 4 | 411 | 114 | 125 |
| Binary | 11010101 | 10111101 | 11110110 | 1101 | 10111 | 0 | 100 | 100001001 | 1001100 | 1010101 |
Color Harmonies of #D5BDF6
Complementary color
Monochromatic Colors of #D5BDF6
Black with #D5BDF6
Text Example
Text Example
White with #D5BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDF6; }
p { color: rgb(213,189,246); }
H1.HeaderClassName
{
color: #D5BDF6;
}
.AnyTagClassName
{
color: #D5BDF6;
}
</style>
background-color css
<style>
a { background-color: #D5BDF6; }
a { background-color: rgb(213,189,246); }
div.DivClassName
{
background-color: #D5BDF6;
}
.BgClassName
{
background-color: #D5BDF6;
}
</style>
border-color css
<style>
span { border-color: #D5BDF6; }
span { border-color: rgb(213,189,246); }
td.TdClassName
{
border-color: #D5BDF6;
}
.TagClassName
{
border-color: #D5BDF6;
}
</style>