Shades of Prelude #D7B6E0
Tints of Prelude #D7B6E0
RGB
CMYK
RGB Variations
Color information
#D7B6E0 (or 0xD7B6E0) is known color: Prelude. HEX triplet: D7, B6 and E0. RGB value is (215,182,224). Sum of RGB (Red+Green+Blue) = 215+182+224=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #D7B6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B6E0 is #28491F. Grayscale: #C4C4C4. Windows color (decimal): -2640160 or 14726871. OLE color: 14726871.
HSL color Cylindrical-coordinate representation of color #D7B6E0: hue angle of 287.14º 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 #D7B6E0 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 182 | 224 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.12 |
| HSL | 287.14º | 0.4% | 0.8% | - |
| HSV(B) | 287.14º | 0.19% | 0.88% | - |
| XYZ | 58.21 | 53.28 | 77.74 | - |
| YUV | 196.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 182 | 224 | 0.04 | 0.19 | 0 | 0.12 | 287.14 | 0.4 | 0.8 |
| Hex | D7 | B6 | E0 | 4 | 13 | 0 | C | 11F | 28 | 50 |
| Octal | 327 | 266 | 340 | 4 | 23 | 0 | 14 | 437 | 50 | 120 |
| Binary | 11010111 | 10110110 | 11100000 | 100 | 10011 | 0 | 1100 | 100011111 | 101000 | 1010000 |
Color Harmonies of #D7B6E0
Complementary color
Monochromatic Colors of #D7B6E0
Black with #D7B6E0
Text Example
Text Example
White with #D7B6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B6E0; }
p { color: rgb(215,182,224); }
H1.HeaderClassName
{
color: #D7B6E0;
}
.AnyTagClassName
{
color: #D7B6E0;
}
</style>
background-color css
<style>
a { background-color: #D7B6E0; }
a { background-color: rgb(215,182,224); }
div.DivClassName
{
background-color: #D7B6E0;
}
.BgClassName
{
background-color: #D7B6E0;
}
</style>
border-color css
<style>
span { border-color: #D7B6E0; }
span { border-color: rgb(215,182,224); }
td.TdClassName
{
border-color: #D7B6E0;
}
.TagClassName
{
border-color: #D7B6E0;
}
</style>