Shades of Prelude #D5BCE1
Tints of Prelude #D5BCE1
RGB
CMYK
RGB Variations
Color information
#D5BCE1 (or 0xD5BCE1) is known color: Prelude. HEX triplet: D5, BC and E1. RGB value is (213,188,225). Sum of RGB (Red+Green+Blue) = 213+188+225=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 225 - color contains mainly: blue. Hex color #D5BCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCE1 is #2A431E. Grayscale: #C7C7C7. Windows color (decimal): -2769695 or 14793941. OLE color: 14793941.
HSL color Cylindrical-coordinate representation of color #D5BCE1: hue angle of 280.54º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5BCE1 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 188 | 225 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.12 |
| HSL | 280.54º | 0.38% | 0.81% | - |
| HSV(B) | 280.54º | 0.16% | 0.88% | - |
| XYZ | 59.01 | 55.55 | 78.85 | - |
| YUV | 199.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 225 | 0.05 | 0.16 | 0 | 0.12 | 280.54 | 0.38 | 0.81 |
| Hex | D5 | BC | E1 | 5 | 10 | 0 | C | 119 | 26 | 51 |
| Octal | 325 | 274 | 341 | 5 | 20 | 0 | 14 | 431 | 46 | 121 |
| Binary | 11010101 | 10111100 | 11100001 | 101 | 10000 | 0 | 1100 | 100011001 | 100110 | 1010001 |
Color Harmonies of #D5BCE1
Complementary color
Monochromatic Colors of #D5BCE1
Black with #D5BCE1
Text Example
Text Example
White with #D5BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCE1; }
p { color: rgb(213,188,225); }
H1.HeaderClassName
{
color: #D5BCE1;
}
.AnyTagClassName
{
color: #D5BCE1;
}
</style>
background-color css
<style>
a { background-color: #D5BCE1; }
a { background-color: rgb(213,188,225); }
div.DivClassName
{
background-color: #D5BCE1;
}
.BgClassName
{
background-color: #D5BCE1;
}
</style>
border-color css
<style>
span { border-color: #D5BCE1; }
span { border-color: rgb(213,188,225); }
td.TdClassName
{
border-color: #D5BCE1;
}
.TagClassName
{
border-color: #D5BCE1;
}
</style>