Shades of Prelude #D5B1E1
Tints of Prelude #D5B1E1
RGB
CMYK
RGB Variations
Color information
#D5B1E1 (or 0xD5B1E1) is known color: Prelude. HEX triplet: D5, B1 and E1. RGB value is (213,177,225). Sum of RGB (Red+Green+Blue) = 213+177+225=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #D5B1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B1E1 is #2A4E1E. Grayscale: #C1C1C1. Windows color (decimal): -2772511 or 14791125. OLE color: 14791125.
HSL color Cylindrical-coordinate representation of color #D5B1E1: hue angle of 285º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5B1E1 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 177 | 225 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.12 |
| HSL | 285º | 0.44% | 0.79% | - |
| HSV(B) | 285º | 0.21% | 0.88% | - |
| XYZ | 56.75 | 51.03 | 78.09 | - |
| YUV | 193.24 | 145.93 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 177 | 225 | 0.05 | 0.21 | 0 | 0.12 | 285 | 0.44 | 0.79 |
| Hex | D5 | B1 | E1 | 5 | 15 | 0 | C | 11D | 2C | 4F |
| Octal | 325 | 261 | 341 | 5 | 25 | 0 | 14 | 435 | 54 | 117 |
| Binary | 11010101 | 10110001 | 11100001 | 101 | 10101 | 0 | 1100 | 100011101 | 101100 | 1001111 |
Color Harmonies of #D5B1E1
Complementary color
Monochromatic Colors of #D5B1E1
Black with #D5B1E1
Text Example
Text Example
White with #D5B1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B1E1; }
p { color: rgb(213,177,225); }
H1.HeaderClassName
{
color: #D5B1E1;
}
.AnyTagClassName
{
color: #D5B1E1;
}
</style>
background-color css
<style>
a { background-color: #D5B1E1; }
a { background-color: rgb(213,177,225); }
div.DivClassName
{
background-color: #D5B1E1;
}
.BgClassName
{
background-color: #D5B1E1;
}
</style>
border-color css
<style>
span { border-color: #D5B1E1; }
span { border-color: rgb(213,177,225); }
td.TdClassName
{
border-color: #D5B1E1;
}
.TagClassName
{
border-color: #D5B1E1;
}
</style>