Shades of Prelude #D8BDE5
Tints of Prelude #D8BDE5
RGB
CMYK
RGB Variations
Color information
#D8BDE5 (or 0xD8BDE5) is known color: Prelude. HEX triplet: D8, BD and E5. RGB value is (216,189,229). Sum of RGB (Red+Green+Blue) = 216+189+229=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 229 - color contains mainly: blue. Hex color #D8BDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDE5 is #27421A. Grayscale: #C9C9C9. Windows color (decimal): -2572827 or 15056344. OLE color: 15056344.
HSL color Cylindrical-coordinate representation of color #D8BDE5: hue angle of 280.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8BDE5 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 189 | 229 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.10 |
| HSL | 280.5º | 0.43% | 0.82% | - |
| HSV(B) | 280.5º | 0.17% | 0.9% | - |
| XYZ | 60.66 | 56.65 | 81.87 | - |
| YUV | 201.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 229 | 0.06 | 0.17 | 0 | 0.10 | 280.5 | 0.43 | 0.82 |
| Hex | D8 | BD | E5 | 6 | 11 | 0 | A | 118 | 2B | 52 |
| Octal | 330 | 275 | 345 | 6 | 21 | 0 | 12 | 430 | 53 | 122 |
| Binary | 11011000 | 10111101 | 11100101 | 110 | 10001 | 0 | 1010 | 100011000 | 101011 | 1010010 |
Color Harmonies of #D8BDE5
Complementary color
Monochromatic Colors of #D8BDE5
Black with #D8BDE5
Text Example
Text Example
White with #D8BDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDE5; }
p { color: rgb(216,189,229); }
H1.HeaderClassName
{
color: #D8BDE5;
}
.AnyTagClassName
{
color: #D8BDE5;
}
</style>
background-color css
<style>
a { background-color: #D8BDE5; }
a { background-color: rgb(216,189,229); }
div.DivClassName
{
background-color: #D8BDE5;
}
.BgClassName
{
background-color: #D8BDE5;
}
</style>
border-color css
<style>
span { border-color: #D8BDE5; }
span { border-color: rgb(216,189,229); }
td.TdClassName
{
border-color: #D8BDE5;
}
.TagClassName
{
border-color: #D8BDE5;
}
</style>