Shades of Prelude #D5BDE1
Tints of Prelude #D5BDE1
RGB
CMYK
RGB Variations
Color information
#D5BDE1 (or 0xD5BDE1) is known color: Prelude. HEX triplet: D5, BD and E1. RGB value is (213,189,225). Sum of RGB (Red+Green+Blue) = 213+189+225=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 225 - color contains mainly: blue. Hex color #D5BDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDE1 is #2A421E. Grayscale: #C8C8C8. Windows color (decimal): -2769439 or 14794197. OLE color: 14794197.
HSL color Cylindrical-coordinate representation of color #D5BDE1: hue angle of 280º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5BDE1 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 189 | 225 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.12 |
| HSL | 280º | 0.38% | 0.81% | - |
| HSV(B) | 280º | 0.16% | 0.88% | - |
| XYZ | 59.23 | 55.98 | 78.92 | - |
| YUV | 200.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 225 | 0.05 | 0.16 | 0 | 0.12 | 280 | 0.38 | 0.81 |
| Hex | D5 | BD | E1 | 5 | 10 | 0 | C | 118 | 26 | 51 |
| Octal | 325 | 275 | 341 | 5 | 20 | 0 | 14 | 430 | 46 | 121 |
| Binary | 11010101 | 10111101 | 11100001 | 101 | 10000 | 0 | 1100 | 100011000 | 100110 | 1010001 |
Color Harmonies of #D5BDE1
Complementary color
Monochromatic Colors of #D5BDE1
Black with #D5BDE1
Text Example
Text Example
White with #D5BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDE1; }
p { color: rgb(213,189,225); }
H1.HeaderClassName
{
color: #D5BDE1;
}
.AnyTagClassName
{
color: #D5BDE1;
}
</style>
background-color css
<style>
a { background-color: #D5BDE1; }
a { background-color: rgb(213,189,225); }
div.DivClassName
{
background-color: #D5BDE1;
}
.BgClassName
{
background-color: #D5BDE1;
}
</style>
border-color css
<style>
span { border-color: #D5BDE1; }
span { border-color: rgb(213,189,225); }
td.TdClassName
{
border-color: #D5BDE1;
}
.TagClassName
{
border-color: #D5BDE1;
}
</style>