Shades of Prelude #D7B4E7
Tints of Prelude #D7B4E7
RGB
CMYK
RGB Variations
Color information
#D7B4E7 (or 0xD7B4E7) is known color: Prelude. HEX triplet: D7, B4 and E7. RGB value is (215,180,231). Sum of RGB (Red+Green+Blue) = 215+180+231=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 180 (70.70% from 255 or 28.75% from 626); Blue value is 231 (90.62% from 255 or 36.90% from 626); Max value from RGB is 231 - color contains mainly: blue. Hex color #D7B4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B4E7 is #284B18. Grayscale: #C4C4C4. Windows color (decimal): -2640665 or 15185111. OLE color: 15185111.
HSL color Cylindrical-coordinate representation of color #D7B4E7: hue angle of 281.18º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7B4E7 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 180 | 231 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.09 |
| HSL | 281.18º | 0.52% | 0.81% | - |
| HSV(B) | 281.18º | 0.22% | 0.91% | - |
| XYZ | 58.77 | 52.86 | 82.71 | - |
| YUV | 196.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 180 | 231 | 0.07 | 0.22 | 0 | 0.09 | 281.18 | 0.52 | 0.81 |
| Hex | D7 | B4 | E7 | 7 | 16 | 0 | 9 | 119 | 34 | 51 |
| Octal | 327 | 264 | 347 | 7 | 26 | 0 | 11 | 431 | 64 | 121 |
| Binary | 11010111 | 10110100 | 11100111 | 111 | 10110 | 0 | 1001 | 100011001 | 110100 | 1010001 |
Color Harmonies of #D7B4E7
Complementary color
Monochromatic Colors of #D7B4E7
Black with #D7B4E7
Text Example
Text Example
White with #D7B4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B4E7; }
p { color: rgb(215,180,231); }
H1.HeaderClassName
{
color: #D7B4E7;
}
.AnyTagClassName
{
color: #D7B4E7;
}
</style>
background-color css
<style>
a { background-color: #D7B4E7; }
a { background-color: rgb(215,180,231); }
div.DivClassName
{
background-color: #D7B4E7;
}
.BgClassName
{
background-color: #D7B4E7;
}
</style>
border-color css
<style>
span { border-color: #D7B4E7; }
span { border-color: rgb(215,180,231); }
td.TdClassName
{
border-color: #D7B4E7;
}
.TagClassName
{
border-color: #D7B4E7;
}
</style>