Shades of Prelude #D3BCE2
Tints of Prelude #D3BCE2
RGB
CMYK
RGB Variations
Color information
#D3BCE2 (or 0xD3BCE2) is known color: Prelude. HEX triplet: D3, BC and E2. RGB value is (211,188,226). Sum of RGB (Red+Green+Blue) = 211+188+226=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 226 - color contains mainly: blue. Hex color #D3BCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCE2 is #2C431D. Grayscale: #C7C7C7. Windows color (decimal): -2900766 or 14859475. OLE color: 14859475.
HSL color Cylindrical-coordinate representation of color #D3BCE2: hue angle of 276.32º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3BCE2 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 188 | 226 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.11 |
| HSL | 276.32º | 0.4% | 0.81% | - |
| HSV(B) | 276.32º | 0.17% | 0.89% | - |
| XYZ | 58.57 | 55.31 | 79.54 | - |
| YUV | 199.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 226 | 0.07 | 0.17 | 0 | 0.11 | 276.32 | 0.4 | 0.81 |
| Hex | D3 | BC | E2 | 7 | 11 | 0 | B | 114 | 28 | 51 |
| Octal | 323 | 274 | 342 | 7 | 21 | 0 | 13 | 424 | 50 | 121 |
| Binary | 11010011 | 10111100 | 11100010 | 111 | 10001 | 0 | 1011 | 100010100 | 101000 | 1010001 |
Color Harmonies of #D3BCE2
Complementary color
Monochromatic Colors of #D3BCE2
Black with #D3BCE2
Text Example
Text Example
White with #D3BCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCE2; }
p { color: rgb(211,188,226); }
H1.HeaderClassName
{
color: #D3BCE2;
}
.AnyTagClassName
{
color: #D3BCE2;
}
</style>
background-color css
<style>
a { background-color: #D3BCE2; }
a { background-color: rgb(211,188,226); }
div.DivClassName
{
background-color: #D3BCE2;
}
.BgClassName
{
background-color: #D3BCE2;
}
</style>
border-color css
<style>
span { border-color: #D3BCE2; }
span { border-color: rgb(211,188,226); }
td.TdClassName
{
border-color: #D3BCE2;
}
.TagClassName
{
border-color: #D3BCE2;
}
</style>