Shades of Prelude #D5BCE0
Tints of Prelude #D5BCE0
RGB
CMYK
RGB Variations
Color information
#D5BCE0 (or 0xD5BCE0) is known color: Prelude. HEX triplet: D5, BC and E0. RGB value is (213,188,224). Sum of RGB (Red+Green+Blue) = 213+188+224=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 224 - color contains mainly: blue. Hex color #D5BCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCE0 is #2A431F. Grayscale: #C7C7C7. Windows color (decimal): -2769696 or 14728405. OLE color: 14728405.
HSL color Cylindrical-coordinate representation of color #D5BCE0: hue angle of 281.67º degrees, saturation: 0.37, 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 #D5BCE0 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 188 | 224 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.12 |
| HSL | 281.67º | 0.37% | 0.81% | - |
| HSV(B) | 281.67º | 0.16% | 0.88% | - |
| XYZ | 58.88 | 55.49 | 78.13 | - |
| YUV | 199.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 224 | 0.05 | 0.16 | 0 | 0.12 | 281.67 | 0.37 | 0.81 |
| Hex | D5 | BC | E0 | 5 | 10 | 0 | C | 11A | 25 | 51 |
| Octal | 325 | 274 | 340 | 5 | 20 | 0 | 14 | 432 | 45 | 121 |
| Binary | 11010101 | 10111100 | 11100000 | 101 | 10000 | 0 | 1100 | 100011010 | 100101 | 1010001 |
Color Harmonies of #D5BCE0
Complementary color
Monochromatic Colors of #D5BCE0
Black with #D5BCE0
Text Example
Text Example
White with #D5BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCE0; }
p { color: rgb(213,188,224); }
H1.HeaderClassName
{
color: #D5BCE0;
}
.AnyTagClassName
{
color: #D5BCE0;
}
</style>
background-color css
<style>
a { background-color: #D5BCE0; }
a { background-color: rgb(213,188,224); }
div.DivClassName
{
background-color: #D5BCE0;
}
.BgClassName
{
background-color: #D5BCE0;
}
</style>
border-color css
<style>
span { border-color: #D5BCE0; }
span { border-color: rgb(213,188,224); }
td.TdClassName
{
border-color: #D5BCE0;
}
.TagClassName
{
border-color: #D5BCE0;
}
</style>