Shades of Prelude #D5B6E0
Tints of Prelude #D5B6E0
RGB
CMYK
RGB Variations
Color information
#D5B6E0 (or 0xD5B6E0) is known color: Prelude. HEX triplet: D5, B6 and E0. RGB value is (213,182,224). Sum of RGB (Red+Green+Blue) = 213+182+224=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #D5B6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B6E0 is #2A491F. Grayscale: #C3C3C3. Windows color (decimal): -2771232 or 14726869. OLE color: 14726869.
HSL color Cylindrical-coordinate representation of color #D5B6E0: hue angle of 284.29º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5B6E0 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 182 | 224 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.12 |
| HSL | 284.29º | 0.4% | 0.8% | - |
| HSV(B) | 284.29º | 0.19% | 0.88% | - |
| XYZ | 57.62 | 52.98 | 77.71 | - |
| YUV | 196.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 182 | 224 | 0.05 | 0.19 | 0 | 0.12 | 284.29 | 0.4 | 0.8 |
| Hex | D5 | B6 | E0 | 5 | 13 | 0 | C | 11C | 28 | 50 |
| Octal | 325 | 266 | 340 | 5 | 23 | 0 | 14 | 434 | 50 | 120 |
| Binary | 11010101 | 10110110 | 11100000 | 101 | 10011 | 0 | 1100 | 100011100 | 101000 | 1010000 |
Color Harmonies of #D5B6E0
Complementary color
Monochromatic Colors of #D5B6E0
Black with #D5B6E0
Text Example
Text Example
White with #D5B6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B6E0; }
p { color: rgb(213,182,224); }
H1.HeaderClassName
{
color: #D5B6E0;
}
.AnyTagClassName
{
color: #D5B6E0;
}
</style>
background-color css
<style>
a { background-color: #D5B6E0; }
a { background-color: rgb(213,182,224); }
div.DivClassName
{
background-color: #D5B6E0;
}
.BgClassName
{
background-color: #D5B6E0;
}
</style>
border-color css
<style>
span { border-color: #D5B6E0; }
span { border-color: rgb(213,182,224); }
td.TdClassName
{
border-color: #D5B6E0;
}
.TagClassName
{
border-color: #D5B6E0;
}
</style>