Shades of Prelude #D4BCDA
Tints of Prelude #D4BCDA
RGB
CMYK
RGB Variations
Color information
#D4BCDA (or 0xD4BCDA) is known color: Prelude. HEX triplet: D4, BC and DA. RGB value is (212,188,218). Sum of RGB (Red+Green+Blue) = 212+188+218=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCDA is #2B4325. Grayscale: #C6C6C6. Windows color (decimal): -2835238 or 14335188. OLE color: 14335188.
HSL color Cylindrical-coordinate representation of color #D4BCDA: hue angle of 288º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4BCDA is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 188 | 218 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.15 |
| HSL | 288º | 0.29% | 0.8% | - |
| HSV(B) | 288º | 0.14% | 0.85% | - |
| XYZ | 57.79 | 55.03 | 73.9 | - |
| YUV | 198.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 218 | 0.03 | 0.14 | 0 | 0.15 | 288 | 0.29 | 0.8 |
| Hex | D4 | BC | DA | 3 | E | 0 | F | 120 | 1D | 50 |
| Octal | 324 | 274 | 332 | 3 | 16 | 0 | 17 | 440 | 35 | 120 |
| Binary | 11010100 | 10111100 | 11011010 | 11 | 1110 | 0 | 1111 | 100100000 | 11101 | 1010000 |
Color Harmonies of #D4BCDA
Complementary color
Monochromatic Colors of #D4BCDA
Black with #D4BCDA
Text Example
Text Example
White with #D4BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCDA; }
p { color: rgb(212,188,218); }
H1.HeaderClassName
{
color: #D4BCDA;
}
.AnyTagClassName
{
color: #D4BCDA;
}
</style>
background-color css
<style>
a { background-color: #D4BCDA; }
a { background-color: rgb(212,188,218); }
div.DivClassName
{
background-color: #D4BCDA;
}
.BgClassName
{
background-color: #D4BCDA;
}
</style>
border-color css
<style>
span { border-color: #D4BCDA; }
span { border-color: rgb(212,188,218); }
td.TdClassName
{
border-color: #D4BCDA;
}
.TagClassName
{
border-color: #D4BCDA;
}
</style>