Shades of Prelude #D4BCE1
Tints of Prelude #D4BCE1
RGB
CMYK
RGB Variations
Color information
#D4BCE1 (or 0xD4BCE1) is known color: Prelude. HEX triplet: D4, BC and E1. RGB value is (212,188,225). Sum of RGB (Red+Green+Blue) = 212+188+225=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 225 - color contains mainly: blue. Hex color #D4BCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCE1 is #2B431E. Grayscale: #C7C7C7. Windows color (decimal): -2835231 or 14793940. OLE color: 14793940.
HSL color Cylindrical-coordinate representation of color #D4BCE1: hue angle of 278.92º 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 #D4BCE1 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 188 | 225 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.12 |
| HSL | 278.92º | 0.38% | 0.81% | - |
| HSV(B) | 278.92º | 0.16% | 0.88% | - |
| XYZ | 58.73 | 55.4 | 78.83 | - |
| YUV | 199.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 225 | 0.06 | 0.16 | 0 | 0.12 | 278.92 | 0.38 | 0.81 |
| Hex | D4 | BC | E1 | 6 | 10 | 0 | C | 117 | 26 | 51 |
| Octal | 324 | 274 | 341 | 6 | 20 | 0 | 14 | 427 | 46 | 121 |
| Binary | 11010100 | 10111100 | 11100001 | 110 | 10000 | 0 | 1100 | 100010111 | 100110 | 1010001 |
Color Harmonies of #D4BCE1
Complementary color
Monochromatic Colors of #D4BCE1
Black with #D4BCE1
Text Example
Text Example
White with #D4BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCE1; }
p { color: rgb(212,188,225); }
H1.HeaderClassName
{
color: #D4BCE1;
}
.AnyTagClassName
{
color: #D4BCE1;
}
</style>
background-color css
<style>
a { background-color: #D4BCE1; }
a { background-color: rgb(212,188,225); }
div.DivClassName
{
background-color: #D4BCE1;
}
.BgClassName
{
background-color: #D4BCE1;
}
</style>
border-color css
<style>
span { border-color: #D4BCE1; }
span { border-color: rgb(212,188,225); }
td.TdClassName
{
border-color: #D4BCE1;
}
.TagClassName
{
border-color: #D4BCE1;
}
</style>