Shades of Prelude #D7BBE1
Tints of Prelude #D7BBE1
RGB
CMYK
RGB Variations
Color information
#D7BBE1 (or 0xD7BBE1) is known color: Prelude. HEX triplet: D7, BB and E1. RGB value is (215,187,225). Sum of RGB (Red+Green+Blue) = 215+187+225=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 225 - color contains mainly: blue. Hex color #D7BBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBE1 is #28441E. Grayscale: #C7C7C7. Windows color (decimal): -2638879 or 14793687. OLE color: 14793687.
HSL color Cylindrical-coordinate representation of color #D7BBE1: hue angle of 284.21º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7BBE1 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 187 | 225 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.12 |
| HSL | 284.21º | 0.39% | 0.81% | - |
| HSV(B) | 284.21º | 0.17% | 0.88% | - |
| XYZ | 59.39 | 55.42 | 78.8 | - |
| YUV | 199.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 225 | 0.04 | 0.17 | 0 | 0.12 | 284.21 | 0.39 | 0.81 |
| Hex | D7 | BB | E1 | 4 | 11 | 0 | C | 11C | 27 | 51 |
| Octal | 327 | 273 | 341 | 4 | 21 | 0 | 14 | 434 | 47 | 121 |
| Binary | 11010111 | 10111011 | 11100001 | 100 | 10001 | 0 | 1100 | 100011100 | 100111 | 1010001 |
Color Harmonies of #D7BBE1
Complementary color
Monochromatic Colors of #D7BBE1
Black with #D7BBE1
Text Example
Text Example
White with #D7BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BBE1; }
p { color: rgb(215,187,225); }
H1.HeaderClassName
{
color: #D7BBE1;
}
.AnyTagClassName
{
color: #D7BBE1;
}
</style>
background-color css
<style>
a { background-color: #D7BBE1; }
a { background-color: rgb(215,187,225); }
div.DivClassName
{
background-color: #D7BBE1;
}
.BgClassName
{
background-color: #D7BBE1;
}
</style>
border-color css
<style>
span { border-color: #D7BBE1; }
span { border-color: rgb(215,187,225); }
td.TdClassName
{
border-color: #D7BBE1;
}
.TagClassName
{
border-color: #D7BBE1;
}
</style>