Shades of Prelude #D5BCDF
Tints of Prelude #D5BCDF
RGB
CMYK
RGB Variations
Color information
#D5BCDF (or 0xD5BCDF) is known color: Prelude. HEX triplet: D5, BC and DF. RGB value is (213,188,223). Sum of RGB (Red+Green+Blue) = 213+188+223=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCDF is #2A4320. Grayscale: #C7C7C7. Windows color (decimal): -2769697 or 14662869. OLE color: 14662869.
HSL color Cylindrical-coordinate representation of color #D5BCDF: hue angle of 282.86º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5BCDF is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 188 | 223 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.13 |
| HSL | 282.86º | 0.35% | 0.81% | - |
| HSV(B) | 282.86º | 0.16% | 0.87% | - |
| XYZ | 58.74 | 55.44 | 77.42 | - |
| YUV | 199.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 223 | 0.04 | 0.16 | 0 | 0.13 | 282.86 | 0.35 | 0.81 |
| Hex | D5 | BC | DF | 4 | 10 | 0 | D | 11B | 23 | 51 |
| Octal | 325 | 274 | 337 | 4 | 20 | 0 | 15 | 433 | 43 | 121 |
| Binary | 11010101 | 10111100 | 11011111 | 100 | 10000 | 0 | 1101 | 100011011 | 100011 | 1010001 |
Color Harmonies of #D5BCDF
Complementary color
Monochromatic Colors of #D5BCDF
Black with #D5BCDF
Text Example
Text Example
White with #D5BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCDF; }
p { color: rgb(213,188,223); }
H1.HeaderClassName
{
color: #D5BCDF;
}
.AnyTagClassName
{
color: #D5BCDF;
}
</style>
background-color css
<style>
a { background-color: #D5BCDF; }
a { background-color: rgb(213,188,223); }
div.DivClassName
{
background-color: #D5BCDF;
}
.BgClassName
{
background-color: #D5BCDF;
}
</style>
border-color css
<style>
span { border-color: #D5BCDF; }
span { border-color: rgb(213,188,223); }
td.TdClassName
{
border-color: #D5BCDF;
}
.TagClassName
{
border-color: #D5BCDF;
}
</style>