Shades of Prelude #D7B6E5
Tints of Prelude #D7B6E5
RGB
CMYK
RGB Variations
Color information
#D7B6E5 (or 0xD7B6E5) is known color: Prelude. HEX triplet: D7, B6 and E5. RGB value is (215,182,229). Sum of RGB (Red+Green+Blue) = 215+182+229=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 182 (71.48% from 255 or 29.07% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 229 - color contains mainly: blue. Hex color #D7B6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B6E5 is #28491A. Grayscale: #C5C5C5. Windows color (decimal): -2640155 or 15054551. OLE color: 15054551.
HSL color Cylindrical-coordinate representation of color #D7B6E5: hue angle of 282.13º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7B6E5 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 182 | 229 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.10 |
| HSL | 282.13º | 0.47% | 0.81% | - |
| HSV(B) | 282.13º | 0.21% | 0.9% | - |
| XYZ | 58.9 | 53.56 | 81.36 | - |
| YUV | 197.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 182 | 229 | 0.06 | 0.21 | 0 | 0.10 | 282.13 | 0.47 | 0.81 |
| Hex | D7 | B6 | E5 | 6 | 15 | 0 | A | 11A | 2F | 51 |
| Octal | 327 | 266 | 345 | 6 | 25 | 0 | 12 | 432 | 57 | 121 |
| Binary | 11010111 | 10110110 | 11100101 | 110 | 10101 | 0 | 1010 | 100011010 | 101111 | 1010001 |
Color Harmonies of #D7B6E5
Complementary color
Monochromatic Colors of #D7B6E5
Black with #D7B6E5
Text Example
Text Example
White with #D7B6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B6E5; }
p { color: rgb(215,182,229); }
H1.HeaderClassName
{
color: #D7B6E5;
}
.AnyTagClassName
{
color: #D7B6E5;
}
</style>
background-color css
<style>
a { background-color: #D7B6E5; }
a { background-color: rgb(215,182,229); }
div.DivClassName
{
background-color: #D7B6E5;
}
.BgClassName
{
background-color: #D7B6E5;
}
</style>
border-color css
<style>
span { border-color: #D7B6E5; }
span { border-color: rgb(215,182,229); }
td.TdClassName
{
border-color: #D7B6E5;
}
.TagClassName
{
border-color: #D7B6E5;
}
</style>