Shades of Prelude #D5BDDD
Tints of Prelude #D5BDDD
RGB
CMYK
RGB Variations
Color information
#D5BDDD (or 0xD5BDDD) is known color: Prelude. HEX triplet: D5, BD and DD. RGB value is (213,189,221). Sum of RGB (Red+Green+Blue) = 213+189+221=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDDD is #2A4222. Grayscale: #C7C7C7. Windows color (decimal): -2769443 or 14532053. OLE color: 14532053.
HSL color Cylindrical-coordinate representation of color #D5BDDD: hue angle of 285º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5BDDD is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 189 | 221 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.13 |
| HSL | 285º | 0.32% | 0.8% | - |
| HSV(B) | 285º | 0.14% | 0.87% | - |
| XYZ | 58.69 | 55.76 | 76.08 | - |
| YUV | 199.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 221 | 0.04 | 0.14 | 0 | 0.13 | 285 | 0.32 | 0.8 |
| Hex | D5 | BD | DD | 4 | E | 0 | D | 11D | 20 | 50 |
| Octal | 325 | 275 | 335 | 4 | 16 | 0 | 15 | 435 | 40 | 120 |
| Binary | 11010101 | 10111101 | 11011101 | 100 | 1110 | 0 | 1101 | 100011101 | 100000 | 1010000 |
Color Harmonies of #D5BDDD
Complementary color
Monochromatic Colors of #D5BDDD
Black with #D5BDDD
Text Example
Text Example
White with #D5BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDDD; }
p { color: rgb(213,189,221); }
H1.HeaderClassName
{
color: #D5BDDD;
}
.AnyTagClassName
{
color: #D5BDDD;
}
</style>
background-color css
<style>
a { background-color: #D5BDDD; }
a { background-color: rgb(213,189,221); }
div.DivClassName
{
background-color: #D5BDDD;
}
.BgClassName
{
background-color: #D5BDDD;
}
</style>
border-color css
<style>
span { border-color: #D5BDDD; }
span { border-color: rgb(213,189,221); }
td.TdClassName
{
border-color: #D5BDDD;
}
.TagClassName
{
border-color: #D5BDDD;
}
</style>