Shades of Prelude #D3BCE1
Tints of Prelude #D3BCE1
RGB
CMYK
RGB Variations
Color information
#D3BCE1 (or 0xD3BCE1) is known color: Prelude. HEX triplet: D3, BC and E1. RGB value is (211,188,225). Sum of RGB (Red+Green+Blue) = 211+188+225=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3BCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCE1 is #2C431E. Grayscale: #C6C6C6. Windows color (decimal): -2900767 or 14793939. OLE color: 14793939.
HSL color Cylindrical-coordinate representation of color #D3BCE1: hue angle of 277.3º 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 #D3BCE1 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 188 | 225 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.12 |
| HSL | 277.3º | 0.38% | 0.81% | - |
| HSV(B) | 277.3º | 0.16% | 0.88% | - |
| XYZ | 58.44 | 55.25 | 78.82 | - |
| YUV | 199.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 225 | 0.06 | 0.16 | 0 | 0.12 | 277.3 | 0.38 | 0.81 |
| Hex | D3 | BC | E1 | 6 | 10 | 0 | C | 115 | 26 | 51 |
| Octal | 323 | 274 | 341 | 6 | 20 | 0 | 14 | 425 | 46 | 121 |
| Binary | 11010011 | 10111100 | 11100001 | 110 | 10000 | 0 | 1100 | 100010101 | 100110 | 1010001 |
Color Harmonies of #D3BCE1
Complementary color
Monochromatic Colors of #D3BCE1
Black with #D3BCE1
Text Example
Text Example
White with #D3BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCE1; }
p { color: rgb(211,188,225); }
H1.HeaderClassName
{
color: #D3BCE1;
}
.AnyTagClassName
{
color: #D3BCE1;
}
</style>
background-color css
<style>
a { background-color: #D3BCE1; }
a { background-color: rgb(211,188,225); }
div.DivClassName
{
background-color: #D3BCE1;
}
.BgClassName
{
background-color: #D3BCE1;
}
</style>
border-color css
<style>
span { border-color: #D3BCE1; }
span { border-color: rgb(211,188,225); }
td.TdClassName
{
border-color: #D3BCE1;
}
.TagClassName
{
border-color: #D3BCE1;
}
</style>