Shades of Prelude #D5BEE0
Tints of Prelude #D5BEE0
RGB
CMYK
RGB Variations
Color information
#D5BEE0 (or 0xD5BEE0) is known color: Prelude. HEX triplet: D5, BE and E0. RGB value is (213,190,224). Sum of RGB (Red+Green+Blue) = 213+190+224=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 224 - color contains mainly: blue. Hex color #D5BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEE0 is #2A411F. Grayscale: #C8C8C8. Windows color (decimal): -2769184 or 14728917. OLE color: 14728917.
HSL color Cylindrical-coordinate representation of color #D5BEE0: hue angle of 280.59º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5BEE0 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 190 | 224 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.12 |
| HSL | 280.59º | 0.35% | 0.81% | - |
| HSV(B) | 280.59º | 0.15% | 0.88% | - |
| XYZ | 59.31 | 56.35 | 78.27 | - |
| YUV | 200.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 224 | 0.05 | 0.15 | 0 | 0.12 | 280.59 | 0.35 | 0.81 |
| Hex | D5 | BE | E0 | 5 | F | 0 | C | 119 | 23 | 51 |
| Octal | 325 | 276 | 340 | 5 | 17 | 0 | 14 | 431 | 43 | 121 |
| Binary | 11010101 | 10111110 | 11100000 | 101 | 1111 | 0 | 1100 | 100011001 | 100011 | 1010001 |
Color Harmonies of #D5BEE0
Complementary color
Monochromatic Colors of #D5BEE0
Black with #D5BEE0
Text Example
Text Example
White with #D5BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEE0; }
p { color: rgb(213,190,224); }
H1.HeaderClassName
{
color: #D5BEE0;
}
.AnyTagClassName
{
color: #D5BEE0;
}
</style>
background-color css
<style>
a { background-color: #D5BEE0; }
a { background-color: rgb(213,190,224); }
div.DivClassName
{
background-color: #D5BEE0;
}
.BgClassName
{
background-color: #D5BEE0;
}
</style>
border-color css
<style>
span { border-color: #D5BEE0; }
span { border-color: rgb(213,190,224); }
td.TdClassName
{
border-color: #D5BEE0;
}
.TagClassName
{
border-color: #D5BEE0;
}
</style>