Shades of Prelude #D4BDDD
Tints of Prelude #D4BDDD
RGB
CMYK
RGB Variations
Color information
#D4BDDD (or 0xD4BDDD) is known color: Prelude. HEX triplet: D4, BD and DD. RGB value is (212,189,221). Sum of RGB (Red+Green+Blue) = 212+189+221=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 189 (74.22% from 255 or 30.39% 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 #D4BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDDD is #2B4222. Grayscale: #C7C7C7. Windows color (decimal): -2834979 or 14532052. OLE color: 14532052.
HSL color Cylindrical-coordinate representation of color #D4BDDD: hue angle of 283.12º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4BDDD is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 189 | 221 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.13 |
| HSL | 283.13º | 0.32% | 0.8% | - |
| HSV(B) | 283.13º | 0.14% | 0.87% | - |
| XYZ | 58.4 | 55.61 | 76.06 | - |
| YUV | 199.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 221 | 0.04 | 0.14 | 0 | 0.13 | 283.13 | 0.32 | 0.8 |
| Hex | D4 | BD | DD | 4 | E | 0 | D | 11B | 20 | 50 |
| Octal | 324 | 275 | 335 | 4 | 16 | 0 | 15 | 433 | 40 | 120 |
| Binary | 11010100 | 10111101 | 11011101 | 100 | 1110 | 0 | 1101 | 100011011 | 100000 | 1010000 |
Color Harmonies of #D4BDDD
Complementary color
Monochromatic Colors of #D4BDDD
Black with #D4BDDD
Text Example
Text Example
White with #D4BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDDD; }
p { color: rgb(212,189,221); }
H1.HeaderClassName
{
color: #D4BDDD;
}
.AnyTagClassName
{
color: #D4BDDD;
}
</style>
background-color css
<style>
a { background-color: #D4BDDD; }
a { background-color: rgb(212,189,221); }
div.DivClassName
{
background-color: #D4BDDD;
}
.BgClassName
{
background-color: #D4BDDD;
}
</style>
border-color css
<style>
span { border-color: #D4BDDD; }
span { border-color: rgb(212,189,221); }
td.TdClassName
{
border-color: #D4BDDD;
}
.TagClassName
{
border-color: #D4BDDD;
}
</style>