Shades of Prelude #D5BCDD
Tints of Prelude #D5BCDD
RGB
CMYK
RGB Variations
Color information
#D5BCDD (or 0xD5BCDD) is known color: Prelude. HEX triplet: D5, BC and DD. RGB value is (213,188,221). Sum of RGB (Red+Green+Blue) = 213+188+221=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCDD is #2A4322. Grayscale: #C7C7C7. Windows color (decimal): -2769699 or 14531797. OLE color: 14531797.
HSL color Cylindrical-coordinate representation of color #D5BCDD: hue angle of 285.45º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5BCDD is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 188 | 221 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.13 |
| HSL | 285.45º | 0.33% | 0.8% | - |
| HSV(B) | 285.45º | 0.15% | 0.87% | - |
| XYZ | 58.47 | 55.33 | 76.01 | - |
| YUV | 199.24 | 140.28 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 221 | 0.04 | 0.15 | 0 | 0.13 | 285.45 | 0.33 | 0.8 |
| Hex | D5 | BC | DD | 4 | F | 0 | D | 11D | 21 | 50 |
| Octal | 325 | 274 | 335 | 4 | 17 | 0 | 15 | 435 | 41 | 120 |
| Binary | 11010101 | 10111100 | 11011101 | 100 | 1111 | 0 | 1101 | 100011101 | 100001 | 1010000 |
Color Harmonies of #D5BCDD
Complementary color
Monochromatic Colors of #D5BCDD
Black with #D5BCDD
Text Example
Text Example
White with #D5BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCDD; }
p { color: rgb(213,188,221); }
H1.HeaderClassName
{
color: #D5BCDD;
}
.AnyTagClassName
{
color: #D5BCDD;
}
</style>
background-color css
<style>
a { background-color: #D5BCDD; }
a { background-color: rgb(213,188,221); }
div.DivClassName
{
background-color: #D5BCDD;
}
.BgClassName
{
background-color: #D5BCDD;
}
</style>
border-color css
<style>
span { border-color: #D5BCDD; }
span { border-color: rgb(213,188,221); }
td.TdClassName
{
border-color: #D5BCDD;
}
.TagClassName
{
border-color: #D5BCDD;
}
</style>