Shades of Prelude #D8B7E8
Tints of Prelude #D8B7E8
RGB
CMYK
RGB Variations
Color information
#D8B7E8 (or 0xD8B7E8) is known color: Prelude. HEX triplet: D8, B7 and E8. RGB value is (216,183,232). Sum of RGB (Red+Green+Blue) = 216+183+232=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 183 (71.88% from 255 or 29.00% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 232 - color contains mainly: blue. Hex color #D8B7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B7E8 is #274817. Grayscale: #C6C6C6. Windows color (decimal): -2574360 or 15251416. OLE color: 15251416.
HSL color Cylindrical-coordinate representation of color #D8B7E8: hue angle of 280.41º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8B7E8 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 183 | 232 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.09 |
| HSL | 280.41º | 0.52% | 0.81% | - |
| HSV(B) | 280.41º | 0.21% | 0.91% | - |
| XYZ | 59.82 | 54.29 | 83.67 | - |
| YUV | 198.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 232 | 0.07 | 0.21 | 0 | 0.09 | 280.41 | 0.52 | 0.81 |
| Hex | D8 | B7 | E8 | 7 | 15 | 0 | 9 | 118 | 34 | 51 |
| Octal | 330 | 267 | 350 | 7 | 25 | 0 | 11 | 430 | 64 | 121 |
| Binary | 11011000 | 10110111 | 11101000 | 111 | 10101 | 0 | 1001 | 100011000 | 110100 | 1010001 |
Color Harmonies of #D8B7E8
Complementary color
Monochromatic Colors of #D8B7E8
Black with #D8B7E8
Text Example
Text Example
White with #D8B7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7E8; }
p { color: rgb(216,183,232); }
H1.HeaderClassName
{
color: #D8B7E8;
}
.AnyTagClassName
{
color: #D8B7E8;
}
</style>
background-color css
<style>
a { background-color: #D8B7E8; }
a { background-color: rgb(216,183,232); }
div.DivClassName
{
background-color: #D8B7E8;
}
.BgClassName
{
background-color: #D8B7E8;
}
</style>
border-color css
<style>
span { border-color: #D8B7E8; }
span { border-color: rgb(216,183,232); }
td.TdClassName
{
border-color: #D8B7E8;
}
.TagClassName
{
border-color: #D8B7E8;
}
</style>