Shades of Prelude #D8B6E7
Tints of Prelude #D8B6E7
RGB
CMYK
RGB Variations
Color information
#D8B6E7 (or 0xD8B6E7) is known color: Prelude. HEX triplet: D8, B6 and E7. RGB value is (216,182,231). Sum of RGB (Red+Green+Blue) = 216+182+231=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 182 (71.48% from 255 or 28.93% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 231 - color contains mainly: blue. Hex color #D8B6E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B6E7 is #274918. Grayscale: #C5C5C5. Windows color (decimal): -2574617 or 15185624. OLE color: 15185624.
HSL color Cylindrical-coordinate representation of color #D8B6E7: hue angle of 281.63º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8B6E7 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 182 | 231 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.09 |
| HSL | 281.63º | 0.51% | 0.81% | - |
| HSV(B) | 281.63º | 0.21% | 0.91% | - |
| XYZ | 59.47 | 53.82 | 82.86 | - |
| YUV | 197.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 182 | 231 | 0.06 | 0.21 | 0 | 0.09 | 281.63 | 0.51 | 0.81 |
| Hex | D8 | B6 | E7 | 6 | 15 | 0 | 9 | 11A | 33 | 51 |
| Octal | 330 | 266 | 347 | 6 | 25 | 0 | 11 | 432 | 63 | 121 |
| Binary | 11011000 | 10110110 | 11100111 | 110 | 10101 | 0 | 1001 | 100011010 | 110011 | 1010001 |
Color Harmonies of #D8B6E7
Complementary color
Monochromatic Colors of #D8B6E7
Black with #D8B6E7
Text Example
Text Example
White with #D8B6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B6E7; }
p { color: rgb(216,182,231); }
H1.HeaderClassName
{
color: #D8B6E7;
}
.AnyTagClassName
{
color: #D8B6E7;
}
</style>
background-color css
<style>
a { background-color: #D8B6E7; }
a { background-color: rgb(216,182,231); }
div.DivClassName
{
background-color: #D8B6E7;
}
.BgClassName
{
background-color: #D8B6E7;
}
</style>
border-color css
<style>
span { border-color: #D8B6E7; }
span { border-color: rgb(216,182,231); }
td.TdClassName
{
border-color: #D8B6E7;
}
.TagClassName
{
border-color: #D8B6E7;
}
</style>