Shades of Prelude #D5B7DC
Tints of Prelude #D5B7DC
RGB
CMYK
RGB Variations
Color information
#D5B7DC (or 0xD5B7DC) is known color: Prelude. HEX triplet: D5, B7 and DC. RGB value is (213,183,220). Sum of RGB (Red+Green+Blue) = 213+183+220=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B7DC is #2A4823. Grayscale: #C4C4C4. Windows color (decimal): -2770980 or 14464981. OLE color: 14464981.
HSL color Cylindrical-coordinate representation of color #D5B7DC: hue angle of 288.65º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5B7DC is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 183 | 220 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.14 |
| HSL | 288.65º | 0.35% | 0.79% | - |
| HSV(B) | 288.65º | 0.17% | 0.86% | - |
| XYZ | 57.29 | 53.18 | 74.96 | - |
| YUV | 196.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 183 | 220 | 0.03 | 0.17 | 0 | 0.14 | 288.65 | 0.35 | 0.79 |
| Hex | D5 | B7 | DC | 3 | 11 | 0 | E | 121 | 23 | 4F |
| Octal | 325 | 267 | 334 | 3 | 21 | 0 | 16 | 441 | 43 | 117 |
| Binary | 11010101 | 10110111 | 11011100 | 11 | 10001 | 0 | 1110 | 100100001 | 100011 | 1001111 |
Color Harmonies of #D5B7DC
Complementary color
Monochromatic Colors of #D5B7DC
Black with #D5B7DC
Text Example
Text Example
White with #D5B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B7DC; }
p { color: rgb(213,183,220); }
H1.HeaderClassName
{
color: #D5B7DC;
}
.AnyTagClassName
{
color: #D5B7DC;
}
</style>
background-color css
<style>
a { background-color: #D5B7DC; }
a { background-color: rgb(213,183,220); }
div.DivClassName
{
background-color: #D5B7DC;
}
.BgClassName
{
background-color: #D5B7DC;
}
</style>
border-color css
<style>
span { border-color: #D5B7DC; }
span { border-color: rgb(213,183,220); }
td.TdClassName
{
border-color: #D5B7DC;
}
.TagClassName
{
border-color: #D5B7DC;
}
</style>