Shades of Prelude #D5BCDE
Tints of Prelude #D5BCDE
RGB
CMYK
RGB Variations
Color information
#D5BCDE (or 0xD5BCDE) is known color: Prelude. HEX triplet: D5, BC and DE. RGB value is (213,188,222). Sum of RGB (Red+Green+Blue) = 213+188+222=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5BCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCDE is #2A4321. Grayscale: #C7C7C7. Windows color (decimal): -2769698 or 14597333. OLE color: 14597333.
HSL color Cylindrical-coordinate representation of color #D5BCDE: hue angle of 284.12º degrees, saturation: 0.34, 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 #D5BCDE is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 188 | 222 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.13 |
| HSL | 284.12º | 0.34% | 0.8% | - |
| HSV(B) | 284.12º | 0.15% | 0.87% | - |
| XYZ | 58.61 | 55.39 | 76.71 | - |
| YUV | 199.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 222 | 0.04 | 0.15 | 0 | 0.13 | 284.12 | 0.34 | 0.8 |
| Hex | D5 | BC | DE | 4 | F | 0 | D | 11C | 22 | 50 |
| Octal | 325 | 274 | 336 | 4 | 17 | 0 | 15 | 434 | 42 | 120 |
| Binary | 11010101 | 10111100 | 11011110 | 100 | 1111 | 0 | 1101 | 100011100 | 100010 | 1010000 |
Color Harmonies of #D5BCDE
Complementary color
Monochromatic Colors of #D5BCDE
Black with #D5BCDE
Text Example
Text Example
White with #D5BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCDE; }
p { color: rgb(213,188,222); }
H1.HeaderClassName
{
color: #D5BCDE;
}
.AnyTagClassName
{
color: #D5BCDE;
}
</style>
background-color css
<style>
a { background-color: #D5BCDE; }
a { background-color: rgb(213,188,222); }
div.DivClassName
{
background-color: #D5BCDE;
}
.BgClassName
{
background-color: #D5BCDE;
}
</style>
border-color css
<style>
span { border-color: #D5BCDE; }
span { border-color: rgb(213,188,222); }
td.TdClassName
{
border-color: #D5BCDE;
}
.TagClassName
{
border-color: #D5BCDE;
}
</style>