Shades of Prelude #D2BCE1
Tints of Prelude #D2BCE1
RGB
CMYK
RGB Variations
Color information
#D2BCE1 (or 0xD2BCE1) is known color: Prelude. HEX triplet: D2, BC and E1. RGB value is (210,188,225). Sum of RGB (Red+Green+Blue) = 210+188+225=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 225 - color contains mainly: blue. Hex color #D2BCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCE1 is #2D431E. Grayscale: #C6C6C6. Windows color (decimal): -2966303 or 14793938. OLE color: 14793938.
HSL color Cylindrical-coordinate representation of color #D2BCE1: hue angle of 275.68º 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 #D2BCE1 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 188 | 225 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.12 |
| HSL | 275.68º | 0.38% | 0.81% | - |
| HSV(B) | 275.68º | 0.16% | 0.88% | - |
| XYZ | 58.15 | 55.1 | 78.81 | - |
| YUV | 198.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 225 | 0.07 | 0.16 | 0 | 0.12 | 275.68 | 0.38 | 0.81 |
| Hex | D2 | BC | E1 | 7 | 10 | 0 | C | 114 | 26 | 51 |
| Octal | 322 | 274 | 341 | 7 | 20 | 0 | 14 | 424 | 46 | 121 |
| Binary | 11010010 | 10111100 | 11100001 | 111 | 10000 | 0 | 1100 | 100010100 | 100110 | 1010001 |
Color Harmonies of #D2BCE1
Complementary color
Monochromatic Colors of #D2BCE1
Black with #D2BCE1
Text Example
Text Example
White with #D2BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCE1; }
p { color: rgb(210,188,225); }
H1.HeaderClassName
{
color: #D2BCE1;
}
.AnyTagClassName
{
color: #D2BCE1;
}
</style>
background-color css
<style>
a { background-color: #D2BCE1; }
a { background-color: rgb(210,188,225); }
div.DivClassName
{
background-color: #D2BCE1;
}
.BgClassName
{
background-color: #D2BCE1;
}
</style>
border-color css
<style>
span { border-color: #D2BCE1; }
span { border-color: rgb(210,188,225); }
td.TdClassName
{
border-color: #D2BCE1;
}
.TagClassName
{
border-color: #D2BCE1;
}
</style>