Shades of Prelude #D6BCE1
Tints of Prelude #D6BCE1
RGB
CMYK
RGB Variations
Color information
#D6BCE1 (or 0xD6BCE1) is known color: Prelude. HEX triplet: D6, BC and E1. RGB value is (214,188,225). Sum of RGB (Red+Green+Blue) = 214+188+225=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 225 - color contains mainly: blue. Hex color #D6BCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCE1 is #29431E. Grayscale: #C7C7C7. Windows color (decimal): -2704159 or 14793942. OLE color: 14793942.
HSL color Cylindrical-coordinate representation of color #D6BCE1: hue angle of 282.16º 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 #D6BCE1 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 188 | 225 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.12 |
| HSL | 282.16º | 0.38% | 0.81% | - |
| HSV(B) | 282.16º | 0.16% | 0.88% | - |
| XYZ | 59.31 | 55.7 | 78.86 | - |
| YUV | 199.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 225 | 0.05 | 0.16 | 0 | 0.12 | 282.16 | 0.38 | 0.81 |
| Hex | D6 | BC | E1 | 5 | 10 | 0 | C | 11A | 26 | 51 |
| Octal | 326 | 274 | 341 | 5 | 20 | 0 | 14 | 432 | 46 | 121 |
| Binary | 11010110 | 10111100 | 11100001 | 101 | 10000 | 0 | 1100 | 100011010 | 100110 | 1010001 |
Color Harmonies of #D6BCE1
Complementary color
Monochromatic Colors of #D6BCE1
Black with #D6BCE1
Text Example
Text Example
White with #D6BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCE1; }
p { color: rgb(214,188,225); }
H1.HeaderClassName
{
color: #D6BCE1;
}
.AnyTagClassName
{
color: #D6BCE1;
}
</style>
background-color css
<style>
a { background-color: #D6BCE1; }
a { background-color: rgb(214,188,225); }
div.DivClassName
{
background-color: #D6BCE1;
}
.BgClassName
{
background-color: #D6BCE1;
}
</style>
border-color css
<style>
span { border-color: #D6BCE1; }
span { border-color: rgb(214,188,225); }
td.TdClassName
{
border-color: #D6BCE1;
}
.TagClassName
{
border-color: #D6BCE1;
}
</style>