Shades of Prelude #D3B7E0
Tints of Prelude #D3B7E0
RGB
CMYK
RGB Variations
Color information
#D3B7E0 (or 0xD3B7E0) is known color: Prelude. HEX triplet: D3, B7 and E0. RGB value is (211,183,224). Sum of RGB (Red+Green+Blue) = 211+183+224=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #D3B7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B7E0 is #2C481F. Grayscale: #C3C3C3. Windows color (decimal): -2902048 or 14727123. OLE color: 14727123.
HSL color Cylindrical-coordinate representation of color #D3B7E0: hue angle of 280.98º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3B7E0 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 183 | 224 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.12 |
| HSL | 280.98º | 0.4% | 0.8% | - |
| HSV(B) | 280.98º | 0.18% | 0.88% | - |
| XYZ | 57.25 | 53.1 | 77.75 | - |
| YUV | 196.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 183 | 224 | 0.06 | 0.18 | 0 | 0.12 | 280.98 | 0.4 | 0.8 |
| Hex | D3 | B7 | E0 | 6 | 12 | 0 | C | 119 | 28 | 50 |
| Octal | 323 | 267 | 340 | 6 | 22 | 0 | 14 | 431 | 50 | 120 |
| Binary | 11010011 | 10110111 | 11100000 | 110 | 10010 | 0 | 1100 | 100011001 | 101000 | 1010000 |
Color Harmonies of #D3B7E0
Complementary color
Monochromatic Colors of #D3B7E0
Black with #D3B7E0
Text Example
Text Example
White with #D3B7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B7E0; }
p { color: rgb(211,183,224); }
H1.HeaderClassName
{
color: #D3B7E0;
}
.AnyTagClassName
{
color: #D3B7E0;
}
</style>
background-color css
<style>
a { background-color: #D3B7E0; }
a { background-color: rgb(211,183,224); }
div.DivClassName
{
background-color: #D3B7E0;
}
.BgClassName
{
background-color: #D3B7E0;
}
</style>
border-color css
<style>
span { border-color: #D3B7E0; }
span { border-color: rgb(211,183,224); }
td.TdClassName
{
border-color: #D3B7E0;
}
.TagClassName
{
border-color: #D3B7E0;
}
</style>