Shades of Prelude #D3B0E1
Tints of Prelude #D3B0E1
RGB
CMYK
RGB Variations
Color information
#D3B0E1 (or 0xD3B0E1) is known color: Prelude. HEX triplet: D3, B0 and E1. RGB value is (211,176,225). Sum of RGB (Red+Green+Blue) = 211+176+225=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3B0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3B0E1 is #2C4F1E. Grayscale: #BFBFBF. Windows color (decimal): -2903839 or 14790867. OLE color: 14790867.
HSL color Cylindrical-coordinate representation of color #D3B0E1: hue angle of 282.86º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3B0E1 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 176 | 225 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.12 |
| HSL | 282.86º | 0.45% | 0.79% | - |
| HSV(B) | 282.86º | 0.22% | 0.88% | - |
| XYZ | 55.98 | 50.34 | 78 | - |
| YUV | 192.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 176 | 225 | 0.06 | 0.22 | 0 | 0.12 | 282.86 | 0.45 | 0.79 |
| Hex | D3 | B0 | E1 | 6 | 16 | 0 | C | 11B | 2D | 4F |
| Octal | 323 | 260 | 341 | 6 | 26 | 0 | 14 | 433 | 55 | 117 |
| Binary | 11010011 | 10110000 | 11100001 | 110 | 10110 | 0 | 1100 | 100011011 | 101101 | 1001111 |
Color Harmonies of #D3B0E1
Complementary color
Monochromatic Colors of #D3B0E1
Black with #D3B0E1
Text Example
Text Example
White with #D3B0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B0E1; }
p { color: rgb(211,176,225); }
H1.HeaderClassName
{
color: #D3B0E1;
}
.AnyTagClassName
{
color: #D3B0E1;
}
</style>
background-color css
<style>
a { background-color: #D3B0E1; }
a { background-color: rgb(211,176,225); }
div.DivClassName
{
background-color: #D3B0E1;
}
.BgClassName
{
background-color: #D3B0E1;
}
</style>
border-color css
<style>
span { border-color: #D3B0E1; }
span { border-color: rgb(211,176,225); }
td.TdClassName
{
border-color: #D3B0E1;
}
.TagClassName
{
border-color: #D3B0E1;
}
</style>