Shades of Prelude #D8BBE6
Tints of Prelude #D8BBE6
RGB
CMYK
RGB Variations
Color information
#D8BBE6 (or 0xD8BBE6) is known color: Prelude. HEX triplet: D8, BB and E6. RGB value is (216,187,230). Sum of RGB (Red+Green+Blue) = 216+187+230=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #D8BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BBE6 is #274419. Grayscale: #C8C8C8. Windows color (decimal): -2573338 or 15121368. OLE color: 15121368.
HSL color Cylindrical-coordinate representation of color #D8BBE6: hue angle of 280.47º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8BBE6 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 187 | 230 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.10 |
| HSL | 280.47º | 0.46% | 0.82% | - |
| HSV(B) | 280.47º | 0.19% | 0.9% | - |
| XYZ | 60.37 | 55.85 | 82.46 | - |
| YUV | 200.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 230 | 0.06 | 0.19 | 0 | 0.10 | 280.47 | 0.46 | 0.82 |
| Hex | D8 | BB | E6 | 6 | 13 | 0 | A | 118 | 2E | 52 |
| Octal | 330 | 273 | 346 | 6 | 23 | 0 | 12 | 430 | 56 | 122 |
| Binary | 11011000 | 10111011 | 11100110 | 110 | 10011 | 0 | 1010 | 100011000 | 101110 | 1010010 |
Color Harmonies of #D8BBE6
Complementary color
Monochromatic Colors of #D8BBE6
Black with #D8BBE6
Text Example
Text Example
White with #D8BBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBE6; }
p { color: rgb(216,187,230); }
H1.HeaderClassName
{
color: #D8BBE6;
}
.AnyTagClassName
{
color: #D8BBE6;
}
</style>
background-color css
<style>
a { background-color: #D8BBE6; }
a { background-color: rgb(216,187,230); }
div.DivClassName
{
background-color: #D8BBE6;
}
.BgClassName
{
background-color: #D8BBE6;
}
</style>
border-color css
<style>
span { border-color: #D8BBE6; }
span { border-color: rgb(216,187,230); }
td.TdClassName
{
border-color: #D8BBE6;
}
.TagClassName
{
border-color: #D8BBE6;
}
</style>