Shades of Prelude #D8BBE5
Tints of Prelude #D8BBE5
RGB
CMYK
RGB Variations
Color information
#D8BBE5 (or 0xD8BBE5) is known color: Prelude. HEX triplet: D8, BB and E5. RGB value is (216,187,229). Sum of RGB (Red+Green+Blue) = 216+187+229=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 229 - color contains mainly: blue. Hex color #D8BBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBE5 is #27441A. Grayscale: #C8C8C8. Windows color (decimal): -2573339 or 15055832. OLE color: 15055832.
HSL color Cylindrical-coordinate representation of color #D8BBE5: hue angle of 281.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8BBE5 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 187 | 229 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.10 |
| HSL | 281.43º | 0.45% | 0.82% | - |
| HSV(B) | 281.43º | 0.18% | 0.9% | - |
| XYZ | 60.23 | 55.8 | 81.72 | - |
| YUV | 200.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 229 | 0.06 | 0.18 | 0 | 0.10 | 281.43 | 0.45 | 0.82 |
| Hex | D8 | BB | E5 | 6 | 12 | 0 | A | 119 | 2D | 52 |
| Octal | 330 | 273 | 345 | 6 | 22 | 0 | 12 | 431 | 55 | 122 |
| Binary | 11011000 | 10111011 | 11100101 | 110 | 10010 | 0 | 1010 | 100011001 | 101101 | 1010010 |
Color Harmonies of #D8BBE5
Complementary color
Monochromatic Colors of #D8BBE5
Black with #D8BBE5
Text Example
Text Example
White with #D8BBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBE5; }
p { color: rgb(216,187,229); }
H1.HeaderClassName
{
color: #D8BBE5;
}
.AnyTagClassName
{
color: #D8BBE5;
}
</style>
background-color css
<style>
a { background-color: #D8BBE5; }
a { background-color: rgb(216,187,229); }
div.DivClassName
{
background-color: #D8BBE5;
}
.BgClassName
{
background-color: #D8BBE5;
}
</style>
border-color css
<style>
span { border-color: #D8BBE5; }
span { border-color: rgb(216,187,229); }
td.TdClassName
{
border-color: #D8BBE5;
}
.TagClassName
{
border-color: #D8BBE5;
}
</style>