Shades of Prelude #D8B0E7
Tints of Prelude #D8B0E7
RGB
CMYK
RGB Variations
Color information
#D8B0E7 (or 0xD8B0E7) is known color: Prelude. HEX triplet: D8, B0 and E7. RGB value is (216,176,231). Sum of RGB (Red+Green+Blue) = 216+176+231=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #D8B0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8B0E7 is #274F18. Grayscale: #C2C2C2. Windows color (decimal): -2576153 or 15184088. OLE color: 15184088.
HSL color Cylindrical-coordinate representation of color #D8B0E7: hue angle of 283.64º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8B0E7 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 176 | 231 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.09 |
| HSL | 283.64º | 0.53% | 0.8% | - |
| HSV(B) | 283.64º | 0.24% | 0.91% | - |
| XYZ | 58.27 | 51.42 | 82.46 | - |
| YUV | 194.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 231 | 0.06 | 0.24 | 0 | 0.09 | 283.64 | 0.53 | 0.8 |
| Hex | D8 | B0 | E7 | 6 | 18 | 0 | 9 | 11C | 35 | 50 |
| Octal | 330 | 260 | 347 | 6 | 30 | 0 | 11 | 434 | 65 | 120 |
| Binary | 11011000 | 10110000 | 11100111 | 110 | 11000 | 0 | 1001 | 100011100 | 110101 | 1010000 |
Color Harmonies of #D8B0E7
Complementary color
Monochromatic Colors of #D8B0E7
Black with #D8B0E7
Text Example
Text Example
White with #D8B0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B0E7; }
p { color: rgb(216,176,231); }
H1.HeaderClassName
{
color: #D8B0E7;
}
.AnyTagClassName
{
color: #D8B0E7;
}
</style>
background-color css
<style>
a { background-color: #D8B0E7; }
a { background-color: rgb(216,176,231); }
div.DivClassName
{
background-color: #D8B0E7;
}
.BgClassName
{
background-color: #D8B0E7;
}
</style>
border-color css
<style>
span { border-color: #D8B0E7; }
span { border-color: rgb(216,176,231); }
td.TdClassName
{
border-color: #D8B0E7;
}
.TagClassName
{
border-color: #D8B0E7;
}
</style>