Shades of Prelude #D4BADE
Tints of Prelude #D4BADE
RGB
CMYK
RGB Variations
Color information
#D4BADE (or 0xD4BADE) is known color: Prelude. HEX triplet: D4, BA and DE. RGB value is (212,186,222). Sum of RGB (Red+Green+Blue) = 212+186+222=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #D4BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BADE is #2B4521. Grayscale: #C5C5C5. Windows color (decimal): -2835746 or 14596820. OLE color: 14596820.
HSL color Cylindrical-coordinate representation of color #D4BADE: hue angle of 283.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4BADE is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 186 | 222 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.13 |
| HSL | 283.33º | 0.35% | 0.8% | - |
| HSV(B) | 283.33º | 0.16% | 0.87% | - |
| XYZ | 57.9 | 54.39 | 76.55 | - |
| YUV | 197.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 222 | 0.05 | 0.16 | 0 | 0.13 | 283.33 | 0.35 | 0.8 |
| Hex | D4 | BA | DE | 5 | 10 | 0 | D | 11B | 23 | 50 |
| Octal | 324 | 272 | 336 | 5 | 20 | 0 | 15 | 433 | 43 | 120 |
| Binary | 11010100 | 10111010 | 11011110 | 101 | 10000 | 0 | 1101 | 100011011 | 100011 | 1010000 |
Color Harmonies of #D4BADE
Complementary color
Monochromatic Colors of #D4BADE
Black with #D4BADE
Text Example
Text Example
White with #D4BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BADE; }
p { color: rgb(212,186,222); }
H1.HeaderClassName
{
color: #D4BADE;
}
.AnyTagClassName
{
color: #D4BADE;
}
</style>
background-color css
<style>
a { background-color: #D4BADE; }
a { background-color: rgb(212,186,222); }
div.DivClassName
{
background-color: #D4BADE;
}
.BgClassName
{
background-color: #D4BADE;
}
</style>
border-color css
<style>
span { border-color: #D4BADE; }
span { border-color: rgb(212,186,222); }
td.TdClassName
{
border-color: #D4BADE;
}
.TagClassName
{
border-color: #D4BADE;
}
</style>