Shades of Prelude #D5B6E4
Tints of Prelude #D5B6E4
RGB
CMYK
RGB Variations
Color information
#D5B6E4 (or 0xD5B6E4) is known color: Prelude. HEX triplet: D5, B6 and E4. RGB value is (213,182,228). Sum of RGB (Red+Green+Blue) = 213+182+228=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #D5B6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B6E4 is #2A491B. Grayscale: #C4C4C4. Windows color (decimal): -2771228 or 14989013. OLE color: 14989013.
HSL color Cylindrical-coordinate representation of color #D5B6E4: hue angle of 280.43º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5B6E4 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 182 | 228 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.11 |
| HSL | 280.43º | 0.46% | 0.8% | - |
| HSV(B) | 280.43º | 0.2% | 0.89% | - |
| XYZ | 58.17 | 53.2 | 80.6 | - |
| YUV | 196.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 182 | 228 | 0.07 | 0.20 | 0 | 0.11 | 280.43 | 0.46 | 0.8 |
| Hex | D5 | B6 | E4 | 7 | 14 | 0 | B | 118 | 2E | 50 |
| Octal | 325 | 266 | 344 | 7 | 24 | 0 | 13 | 430 | 56 | 120 |
| Binary | 11010101 | 10110110 | 11100100 | 111 | 10100 | 0 | 1011 | 100011000 | 101110 | 1010000 |
Color Harmonies of #D5B6E4
Complementary color
Monochromatic Colors of #D5B6E4
Black with #D5B6E4
Text Example
Text Example
White with #D5B6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B6E4; }
p { color: rgb(213,182,228); }
H1.HeaderClassName
{
color: #D5B6E4;
}
.AnyTagClassName
{
color: #D5B6E4;
}
</style>
background-color css
<style>
a { background-color: #D5B6E4; }
a { background-color: rgb(213,182,228); }
div.DivClassName
{
background-color: #D5B6E4;
}
.BgClassName
{
background-color: #D5B6E4;
}
</style>
border-color css
<style>
span { border-color: #D5B6E4; }
span { border-color: rgb(213,182,228); }
td.TdClassName
{
border-color: #D5B6E4;
}
.TagClassName
{
border-color: #D5B6E4;
}
</style>