Shades of Prelude #D8BDE1
Tints of Prelude #D8BDE1
RGB
CMYK
RGB Variations
Color information
#D8BDE1 (or 0xD8BDE1) is known color: Prelude. HEX triplet: D8, BD and E1. RGB value is (216,189,225). Sum of RGB (Red+Green+Blue) = 216+189+225=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 225 - color contains mainly: blue. Hex color #D8BDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDE1 is #27421E. Grayscale: #C9C9C9. Windows color (decimal): -2572831 or 14794200. OLE color: 14794200.
HSL color Cylindrical-coordinate representation of color #D8BDE1: hue angle of 285º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8BDE1 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 189 | 225 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.12 |
| HSL | 285º | 0.38% | 0.81% | - |
| HSV(B) | 285º | 0.16% | 0.88% | - |
| XYZ | 60.11 | 56.43 | 78.96 | - |
| YUV | 201.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 225 | 0.04 | 0.16 | 0 | 0.12 | 285 | 0.38 | 0.81 |
| Hex | D8 | BD | E1 | 4 | 10 | 0 | C | 11D | 26 | 51 |
| Octal | 330 | 275 | 341 | 4 | 20 | 0 | 14 | 435 | 46 | 121 |
| Binary | 11011000 | 10111101 | 11100001 | 100 | 10000 | 0 | 1100 | 100011101 | 100110 | 1010001 |
Color Harmonies of #D8BDE1
Complementary color
Monochromatic Colors of #D8BDE1
Black with #D8BDE1
Text Example
Text Example
White with #D8BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDE1; }
p { color: rgb(216,189,225); }
H1.HeaderClassName
{
color: #D8BDE1;
}
.AnyTagClassName
{
color: #D8BDE1;
}
</style>
background-color css
<style>
a { background-color: #D8BDE1; }
a { background-color: rgb(216,189,225); }
div.DivClassName
{
background-color: #D8BDE1;
}
.BgClassName
{
background-color: #D8BDE1;
}
</style>
border-color css
<style>
span { border-color: #D8BDE1; }
span { border-color: rgb(216,189,225); }
td.TdClassName
{
border-color: #D8BDE1;
}
.TagClassName
{
border-color: #D8BDE1;
}
</style>