Shades of Prelude #D5B1E7
Tints of Prelude #D5B1E7
RGB
CMYK
RGB Variations
Color information
#D5B1E7 (or 0xD5B1E7) is known color: Prelude. HEX triplet: D5, B1 and E7. RGB value is (213,177,231). Sum of RGB (Red+Green+Blue) = 213+177+231=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 231 - color contains mainly: blue. Hex color #D5B1E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5B1E7 is #2A4E18. Grayscale: #C1C1C1. Windows color (decimal): -2772505 or 15184341. OLE color: 15184341.
HSL color Cylindrical-coordinate representation of color #D5B1E7: hue angle of 280º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5B1E7 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 177 | 231 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.09 |
| HSL | 280º | 0.53% | 0.8% | - |
| HSV(B) | 280º | 0.23% | 0.91% | - |
| XYZ | 57.59 | 51.36 | 82.48 | - |
| YUV | 193.92 | 148.93 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 177 | 231 | 0.08 | 0.23 | 0 | 0.09 | 280 | 0.53 | 0.8 |
| Hex | D5 | B1 | E7 | 8 | 17 | 0 | 9 | 118 | 35 | 50 |
| Octal | 325 | 261 | 347 | 10 | 27 | 0 | 11 | 430 | 65 | 120 |
| Binary | 11010101 | 10110001 | 11100111 | 1000 | 10111 | 0 | 1001 | 100011000 | 110101 | 1010000 |
Color Harmonies of #D5B1E7
Complementary color
Monochromatic Colors of #D5B1E7
Black with #D5B1E7
Text Example
Text Example
White with #D5B1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B1E7; }
p { color: rgb(213,177,231); }
H1.HeaderClassName
{
color: #D5B1E7;
}
.AnyTagClassName
{
color: #D5B1E7;
}
</style>
background-color css
<style>
a { background-color: #D5B1E7; }
a { background-color: rgb(213,177,231); }
div.DivClassName
{
background-color: #D5B1E7;
}
.BgClassName
{
background-color: #D5B1E7;
}
</style>
border-color css
<style>
span { border-color: #D5B1E7; }
span { border-color: rgb(213,177,231); }
td.TdClassName
{
border-color: #D5B1E7;
}
.TagClassName
{
border-color: #D5B1E7;
}
</style>