Shades of Prelude #D5B5E1
Tints of Prelude #D5B5E1
RGB
CMYK
RGB Variations
Color information
#D5B5E1 (or 0xD5B5E1) is known color: Prelude. HEX triplet: D5, B5 and E1. RGB value is (213,181,225). Sum of RGB (Red+Green+Blue) = 213+181+225=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #D5B5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B5E1 is #2A4A1E. Grayscale: #C3C3C3. Windows color (decimal): -2771487 or 14792149. OLE color: 14792149.
HSL color Cylindrical-coordinate representation of color #D5B5E1: hue angle of 283.64º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5B5E1 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 181 | 225 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.12 |
| HSL | 283.64º | 0.42% | 0.8% | - |
| HSV(B) | 283.64º | 0.2% | 0.88% | - |
| XYZ | 57.56 | 52.63 | 78.36 | - |
| YUV | 195.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 181 | 225 | 0.05 | 0.20 | 0 | 0.12 | 283.64 | 0.42 | 0.8 |
| Hex | D5 | B5 | E1 | 5 | 14 | 0 | C | 11C | 2A | 50 |
| Octal | 325 | 265 | 341 | 5 | 24 | 0 | 14 | 434 | 52 | 120 |
| Binary | 11010101 | 10110101 | 11100001 | 101 | 10100 | 0 | 1100 | 100011100 | 101010 | 1010000 |
Color Harmonies of #D5B5E1
Complementary color
Monochromatic Colors of #D5B5E1
Black with #D5B5E1
Text Example
Text Example
White with #D5B5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B5E1; }
p { color: rgb(213,181,225); }
H1.HeaderClassName
{
color: #D5B5E1;
}
.AnyTagClassName
{
color: #D5B5E1;
}
</style>
background-color css
<style>
a { background-color: #D5B5E1; }
a { background-color: rgb(213,181,225); }
div.DivClassName
{
background-color: #D5B5E1;
}
.BgClassName
{
background-color: #D5B5E1;
}
</style>
border-color css
<style>
span { border-color: #D5B5E1; }
span { border-color: rgb(213,181,225); }
td.TdClassName
{
border-color: #D5B5E1;
}
.TagClassName
{
border-color: #D5B5E1;
}
</style>