Shades of Prelude #D3BCE0
Tints of Prelude #D3BCE0
RGB
CMYK
RGB Variations
Color information
#D3BCE0 (or 0xD3BCE0) is known color: Prelude. HEX triplet: D3, BC and E0. RGB value is (211,188,224). Sum of RGB (Red+Green+Blue) = 211+188+224=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 224 - color contains mainly: blue. Hex color #D3BCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCE0 is #2C431F. Grayscale: #C6C6C6. Windows color (decimal): -2900768 or 14728403. OLE color: 14728403.
HSL color Cylindrical-coordinate representation of color #D3BCE0: hue angle of 278.33º degrees, saturation: 0.37, 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 #D3BCE0 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 188 | 224 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.12 |
| HSL | 278.33º | 0.37% | 0.81% | - |
| HSV(B) | 278.33º | 0.16% | 0.88% | - |
| XYZ | 58.3 | 55.2 | 78.1 | - |
| YUV | 198.98 | 142.12 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 224 | 0.06 | 0.16 | 0 | 0.12 | 278.33 | 0.37 | 0.81 |
| Hex | D3 | BC | E0 | 6 | 10 | 0 | C | 116 | 25 | 51 |
| Octal | 323 | 274 | 340 | 6 | 20 | 0 | 14 | 426 | 45 | 121 |
| Binary | 11010011 | 10111100 | 11100000 | 110 | 10000 | 0 | 1100 | 100010110 | 100101 | 1010001 |
Color Harmonies of #D3BCE0
Complementary color
Monochromatic Colors of #D3BCE0
Black with #D3BCE0
Text Example
Text Example
White with #D3BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCE0; }
p { color: rgb(211,188,224); }
H1.HeaderClassName
{
color: #D3BCE0;
}
.AnyTagClassName
{
color: #D3BCE0;
}
</style>
background-color css
<style>
a { background-color: #D3BCE0; }
a { background-color: rgb(211,188,224); }
div.DivClassName
{
background-color: #D3BCE0;
}
.BgClassName
{
background-color: #D3BCE0;
}
</style>
border-color css
<style>
span { border-color: #D3BCE0; }
span { border-color: rgb(211,188,224); }
td.TdClassName
{
border-color: #D3BCE0;
}
.TagClassName
{
border-color: #D3BCE0;
}
</style>