Shades of Prelude #D4BCDD
Tints of Prelude #D4BCDD
RGB
CMYK
RGB Variations
Color information
#D4BCDD (or 0xD4BCDD) is known color: Prelude. HEX triplet: D4, BC and DD. RGB value is (212,188,221). Sum of RGB (Red+Green+Blue) = 212+188+221=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCDD is #2B4322. Grayscale: #C6C6C6. Windows color (decimal): -2835235 or 14531796. OLE color: 14531796.
HSL color Cylindrical-coordinate representation of color #D4BCDD: hue angle of 283.64º 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 #D4BCDD is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 188 | 221 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.13 |
| HSL | 283.64º | 0.33% | 0.8% | - |
| HSV(B) | 283.64º | 0.15% | 0.87% | - |
| XYZ | 58.19 | 55.18 | 75.99 | - |
| YUV | 198.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 221 | 0.04 | 0.15 | 0 | 0.13 | 283.64 | 0.33 | 0.8 |
| Hex | D4 | BC | DD | 4 | F | 0 | D | 11C | 21 | 50 |
| Octal | 324 | 274 | 335 | 4 | 17 | 0 | 15 | 434 | 41 | 120 |
| Binary | 11010100 | 10111100 | 11011101 | 100 | 1111 | 0 | 1101 | 100011100 | 100001 | 1010000 |
Color Harmonies of #D4BCDD
Complementary color
Monochromatic Colors of #D4BCDD
Black with #D4BCDD
Text Example
Text Example
White with #D4BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCDD; }
p { color: rgb(212,188,221); }
H1.HeaderClassName
{
color: #D4BCDD;
}
.AnyTagClassName
{
color: #D4BCDD;
}
</style>
background-color css
<style>
a { background-color: #D4BCDD; }
a { background-color: rgb(212,188,221); }
div.DivClassName
{
background-color: #D4BCDD;
}
.BgClassName
{
background-color: #D4BCDD;
}
</style>
border-color css
<style>
span { border-color: #D4BCDD; }
span { border-color: rgb(212,188,221); }
td.TdClassName
{
border-color: #D4BCDD;
}
.TagClassName
{
border-color: #D4BCDD;
}
</style>