Shades of Prelude #D5BADD
Tints of Prelude #D5BADD
RGB
CMYK
RGB Variations
Color information
#D5BADD (or 0xD5BADD) is known color: Prelude. HEX triplet: D5, BA and DD. RGB value is (213,186,221). Sum of RGB (Red+Green+Blue) = 213+186+221=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BADD is #2A4522. Grayscale: #C5C5C5. Windows color (decimal): -2770211 or 14531285. OLE color: 14531285.
HSL color Cylindrical-coordinate representation of color #D5BADD: hue angle of 286.29º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5BADD is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 186 | 221 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.13 |
| HSL | 286.29º | 0.34% | 0.8% | - |
| HSV(B) | 286.29º | 0.16% | 0.87% | - |
| XYZ | 58.05 | 54.48 | 75.86 | - |
| YUV | 198.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 221 | 0.04 | 0.16 | 0 | 0.13 | 286.29 | 0.34 | 0.8 |
| Hex | D5 | BA | DD | 4 | 10 | 0 | D | 11E | 22 | 50 |
| Octal | 325 | 272 | 335 | 4 | 20 | 0 | 15 | 436 | 42 | 120 |
| Binary | 11010101 | 10111010 | 11011101 | 100 | 10000 | 0 | 1101 | 100011110 | 100010 | 1010000 |
Color Harmonies of #D5BADD
Complementary color
Monochromatic Colors of #D5BADD
Black with #D5BADD
Text Example
Text Example
White with #D5BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BADD; }
p { color: rgb(213,186,221); }
H1.HeaderClassName
{
color: #D5BADD;
}
.AnyTagClassName
{
color: #D5BADD;
}
</style>
background-color css
<style>
a { background-color: #D5BADD; }
a { background-color: rgb(213,186,221); }
div.DivClassName
{
background-color: #D5BADD;
}
.BgClassName
{
background-color: #D5BADD;
}
</style>
border-color css
<style>
span { border-color: #D5BADD; }
span { border-color: rgb(213,186,221); }
td.TdClassName
{
border-color: #D5BADD;
}
.TagClassName
{
border-color: #D5BADD;
}
</style>