Shades of Prelude #D8BDE2
Tints of Prelude #D8BDE2
RGB
CMYK
RGB Variations
Color information
#D8BDE2 (or 0xD8BDE2) is known color: Prelude. HEX triplet: D8, BD and E2. RGB value is (216,189,226). Sum of RGB (Red+Green+Blue) = 216+189+226=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 226 (88.67% from 255 or 35.82% from 631); Max value from RGB is 226 - color contains mainly: blue. Hex color #D8BDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDE2 is #27421D. Grayscale: #C9C9C9. Windows color (decimal): -2572830 or 14859736. OLE color: 14859736.
HSL color Cylindrical-coordinate representation of color #D8BDE2: hue angle of 283.78º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8BDE2 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 189 | 226 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.11 |
| HSL | 283.78º | 0.39% | 0.81% | - |
| HSV(B) | 283.78º | 0.16% | 0.89% | - |
| XYZ | 60.24 | 56.49 | 79.68 | - |
| YUV | 201.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 226 | 0.04 | 0.16 | 0 | 0.11 | 283.78 | 0.39 | 0.81 |
| Hex | D8 | BD | E2 | 4 | 10 | 0 | B | 11C | 27 | 51 |
| Octal | 330 | 275 | 342 | 4 | 20 | 0 | 13 | 434 | 47 | 121 |
| Binary | 11011000 | 10111101 | 11100010 | 100 | 10000 | 0 | 1011 | 100011100 | 100111 | 1010001 |
Color Harmonies of #D8BDE2
Complementary color
Monochromatic Colors of #D8BDE2
Black with #D8BDE2
Text Example
Text Example
White with #D8BDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDE2; }
p { color: rgb(216,189,226); }
H1.HeaderClassName
{
color: #D8BDE2;
}
.AnyTagClassName
{
color: #D8BDE2;
}
</style>
background-color css
<style>
a { background-color: #D8BDE2; }
a { background-color: rgb(216,189,226); }
div.DivClassName
{
background-color: #D8BDE2;
}
.BgClassName
{
background-color: #D8BDE2;
}
</style>
border-color css
<style>
span { border-color: #D8BDE2; }
span { border-color: rgb(216,189,226); }
td.TdClassName
{
border-color: #D8BDE2;
}
.TagClassName
{
border-color: #D8BDE2;
}
</style>