Shades of Prelude #D8B7E7
Tints of Prelude #D8B7E7
RGB
CMYK
RGB Variations
Color information
#D8B7E7 (or 0xD8B7E7) is known color: Prelude. HEX triplet: D8, B7 and E7. RGB value is (216,183,231). Sum of RGB (Red+Green+Blue) = 216+183+231=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 183 (71.88% from 255 or 29.05% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 231 - color contains mainly: blue. Hex color #D8B7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B7E7 is #274818. Grayscale: #C6C6C6. Windows color (decimal): -2574361 or 15185880. OLE color: 15185880.
HSL color Cylindrical-coordinate representation of color #D8B7E7: hue angle of 281.25º degrees, saturation: 0.5, 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 #D8B7E7 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 183 | 231 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.09 |
| HSL | 281.25º | 0.5% | 0.81% | - |
| HSV(B) | 281.25º | 0.21% | 0.91% | - |
| XYZ | 59.68 | 54.24 | 82.92 | - |
| YUV | 198.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 231 | 0.06 | 0.21 | 0 | 0.09 | 281.25 | 0.5 | 0.81 |
| Hex | D8 | B7 | E7 | 6 | 15 | 0 | 9 | 119 | 32 | 51 |
| Octal | 330 | 267 | 347 | 6 | 25 | 0 | 11 | 431 | 62 | 121 |
| Binary | 11011000 | 10110111 | 11100111 | 110 | 10101 | 0 | 1001 | 100011001 | 110010 | 1010001 |
Color Harmonies of #D8B7E7
Complementary color
Monochromatic Colors of #D8B7E7
Black with #D8B7E7
Text Example
Text Example
White with #D8B7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7E7; }
p { color: rgb(216,183,231); }
H1.HeaderClassName
{
color: #D8B7E7;
}
.AnyTagClassName
{
color: #D8B7E7;
}
</style>
background-color css
<style>
a { background-color: #D8B7E7; }
a { background-color: rgb(216,183,231); }
div.DivClassName
{
background-color: #D8B7E7;
}
.BgClassName
{
background-color: #D8B7E7;
}
</style>
border-color css
<style>
span { border-color: #D8B7E7; }
span { border-color: rgb(216,183,231); }
td.TdClassName
{
border-color: #D8B7E7;
}
.TagClassName
{
border-color: #D8B7E7;
}
</style>