Shades of Prelude #D8B7E5
Tints of Prelude #D8B7E5
RGB
CMYK
RGB Variations
Color information
#D8B7E5 (or 0xD8B7E5) is known color: Prelude. HEX triplet: D8, B7 and E5. RGB value is (216,183,229). Sum of RGB (Red+Green+Blue) = 216+183+229=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 229 - color contains mainly: blue. Hex color #D8B7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B7E5 is #27481A. Grayscale: #C5C5C5. Windows color (decimal): -2574363 or 15054808. OLE color: 15054808.
HSL color Cylindrical-coordinate representation of color #D8B7E5: hue angle of 283.04º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8B7E5 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 183 | 229 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.10 |
| HSL | 283.04º | 0.47% | 0.81% | - |
| HSV(B) | 283.04º | 0.2% | 0.9% | - |
| XYZ | 59.4 | 54.12 | 81.45 | - |
| YUV | 198.11 | 145.43 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 229 | 0.06 | 0.20 | 0 | 0.10 | 283.04 | 0.47 | 0.81 |
| Hex | D8 | B7 | E5 | 6 | 14 | 0 | A | 11B | 2F | 51 |
| Octal | 330 | 267 | 345 | 6 | 24 | 0 | 12 | 433 | 57 | 121 |
| Binary | 11011000 | 10110111 | 11100101 | 110 | 10100 | 0 | 1010 | 100011011 | 101111 | 1010001 |
Color Harmonies of #D8B7E5
Complementary color
Monochromatic Colors of #D8B7E5
Black with #D8B7E5
Text Example
Text Example
White with #D8B7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7E5; }
p { color: rgb(216,183,229); }
H1.HeaderClassName
{
color: #D8B7E5;
}
.AnyTagClassName
{
color: #D8B7E5;
}
</style>
background-color css
<style>
a { background-color: #D8B7E5; }
a { background-color: rgb(216,183,229); }
div.DivClassName
{
background-color: #D8B7E5;
}
.BgClassName
{
background-color: #D8B7E5;
}
</style>
border-color css
<style>
span { border-color: #D8B7E5; }
span { border-color: rgb(216,183,229); }
td.TdClassName
{
border-color: #D8B7E5;
}
.TagClassName
{
border-color: #D8B7E5;
}
</style>