Shades of Prelude #D8BCE5
Tints of Prelude #D8BCE5
RGB
CMYK
RGB Variations
Color information
#D8BCE5 (or 0xD8BCE5) is known color: Prelude. HEX triplet: D8, BC and E5. RGB value is (216,188,229). Sum of RGB (Red+Green+Blue) = 216+188+229=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 229 - color contains mainly: blue. Hex color #D8BCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCE5 is #27431A. Grayscale: #C8C8C8. Windows color (decimal): -2573083 or 15056088. OLE color: 15056088.
HSL color Cylindrical-coordinate representation of color #D8BCE5: hue angle of 280.98º degrees, saturation: 0.44, 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 #D8BCE5 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 188 | 229 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.10 |
| HSL | 280.98º | 0.44% | 0.82% | - |
| HSV(B) | 280.98º | 0.18% | 0.9% | - |
| XYZ | 60.44 | 56.22 | 81.79 | - |
| YUV | 201.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 229 | 0.06 | 0.18 | 0 | 0.10 | 280.98 | 0.44 | 0.82 |
| Hex | D8 | BC | E5 | 6 | 12 | 0 | A | 119 | 2C | 52 |
| Octal | 330 | 274 | 345 | 6 | 22 | 0 | 12 | 431 | 54 | 122 |
| Binary | 11011000 | 10111100 | 11100101 | 110 | 10010 | 0 | 1010 | 100011001 | 101100 | 1010010 |
Color Harmonies of #D8BCE5
Complementary color
Monochromatic Colors of #D8BCE5
Black with #D8BCE5
Text Example
Text Example
White with #D8BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCE5; }
p { color: rgb(216,188,229); }
H1.HeaderClassName
{
color: #D8BCE5;
}
.AnyTagClassName
{
color: #D8BCE5;
}
</style>
background-color css
<style>
a { background-color: #D8BCE5; }
a { background-color: rgb(216,188,229); }
div.DivClassName
{
background-color: #D8BCE5;
}
.BgClassName
{
background-color: #D8BCE5;
}
</style>
border-color css
<style>
span { border-color: #D8BCE5; }
span { border-color: rgb(216,188,229); }
td.TdClassName
{
border-color: #D8BCE5;
}
.TagClassName
{
border-color: #D8BCE5;
}
</style>