Shades of Prelude #D8BCE1
Tints of Prelude #D8BCE1
RGB
CMYK
RGB Variations
Color information
#D8BCE1 (or 0xD8BCE1) is known color: Prelude. HEX triplet: D8, BC and E1. RGB value is (216,188,225). Sum of RGB (Red+Green+Blue) = 216+188+225=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 225 - color contains mainly: blue. Hex color #D8BCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCE1 is #27431E. Grayscale: #C8C8C8. Windows color (decimal): -2573087 or 14793944. OLE color: 14793944.
HSL color Cylindrical-coordinate representation of color #D8BCE1: hue angle of 285.41º 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 #D8BCE1 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 188 | 225 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.12 |
| HSL | 285.41º | 0.38% | 0.81% | - |
| HSV(B) | 285.41º | 0.16% | 0.88% | - |
| XYZ | 59.89 | 56 | 78.89 | - |
| YUV | 200.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 225 | 0.04 | 0.16 | 0 | 0.12 | 285.41 | 0.38 | 0.81 |
| Hex | D8 | BC | E1 | 4 | 10 | 0 | C | 11D | 26 | 51 |
| Octal | 330 | 274 | 341 | 4 | 20 | 0 | 14 | 435 | 46 | 121 |
| Binary | 11011000 | 10111100 | 11100001 | 100 | 10000 | 0 | 1100 | 100011101 | 100110 | 1010001 |
Color Harmonies of #D8BCE1
Complementary color
Monochromatic Colors of #D8BCE1
Black with #D8BCE1
Text Example
Text Example
White with #D8BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCE1; }
p { color: rgb(216,188,225); }
H1.HeaderClassName
{
color: #D8BCE1;
}
.AnyTagClassName
{
color: #D8BCE1;
}
</style>
background-color css
<style>
a { background-color: #D8BCE1; }
a { background-color: rgb(216,188,225); }
div.DivClassName
{
background-color: #D8BCE1;
}
.BgClassName
{
background-color: #D8BCE1;
}
</style>
border-color css
<style>
span { border-color: #D8BCE1; }
span { border-color: rgb(216,188,225); }
td.TdClassName
{
border-color: #D8BCE1;
}
.TagClassName
{
border-color: #D8BCE1;
}
</style>