Shades of Prelude #D5B0E4
Tints of Prelude #D5B0E4
RGB
CMYK
RGB Variations
Color information
#D5B0E4 (or 0xD5B0E4) is known color: Prelude. HEX triplet: D5, B0 and E4. RGB value is (213,176,228). Sum of RGB (Red+Green+Blue) = 213+176+228=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 228 - color contains mainly: blue. Hex color #D5B0E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B0E4 is #2A4F1B. Grayscale: #C0C0C0. Windows color (decimal): -2772764 or 14987477. OLE color: 14987477.
HSL color Cylindrical-coordinate representation of color #D5B0E4: hue angle of 282.69º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5B0E4 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 176 | 228 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.11 |
| HSL | 282.69º | 0.49% | 0.79% | - |
| HSV(B) | 282.69º | 0.23% | 0.89% | - |
| XYZ | 56.97 | 50.8 | 80.2 | - |
| YUV | 192.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 228 | 0.07 | 0.23 | 0 | 0.11 | 282.69 | 0.49 | 0.79 |
| Hex | D5 | B0 | E4 | 7 | 17 | 0 | B | 11B | 31 | 4F |
| Octal | 325 | 260 | 344 | 7 | 27 | 0 | 13 | 433 | 61 | 117 |
| Binary | 11010101 | 10110000 | 11100100 | 111 | 10111 | 0 | 1011 | 100011011 | 110001 | 1001111 |
Color Harmonies of #D5B0E4
Complementary color
Monochromatic Colors of #D5B0E4
Black with #D5B0E4
Text Example
Text Example
White with #D5B0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B0E4; }
p { color: rgb(213,176,228); }
H1.HeaderClassName
{
color: #D5B0E4;
}
.AnyTagClassName
{
color: #D5B0E4;
}
</style>
background-color css
<style>
a { background-color: #D5B0E4; }
a { background-color: rgb(213,176,228); }
div.DivClassName
{
background-color: #D5B0E4;
}
.BgClassName
{
background-color: #D5B0E4;
}
</style>
border-color css
<style>
span { border-color: #D5B0E4; }
span { border-color: rgb(213,176,228); }
td.TdClassName
{
border-color: #D5B0E4;
}
.TagClassName
{
border-color: #D5B0E4;
}
</style>