Shades of Prelude #D4BADC
Tints of Prelude #D4BADC
RGB
CMYK
RGB Variations
Color information
#D4BADC (or 0xD4BADC) is known color: Prelude. HEX triplet: D4, BA and DC. RGB value is (212,186,220). Sum of RGB (Red+Green+Blue) = 212+186+220=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BADC is #2B4523. Grayscale: #C5C5C5. Windows color (decimal): -2835748 or 14465748. OLE color: 14465748.
HSL color Cylindrical-coordinate representation of color #D4BADC: hue angle of 285.88º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4BADC is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 186 | 220 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.14 |
| HSL | 285.88º | 0.33% | 0.8% | - |
| HSV(B) | 285.88º | 0.15% | 0.86% | - |
| XYZ | 57.63 | 54.28 | 75.15 | - |
| YUV | 197.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 220 | 0.04 | 0.15 | 0 | 0.14 | 285.88 | 0.33 | 0.8 |
| Hex | D4 | BA | DC | 4 | F | 0 | E | 11E | 21 | 50 |
| Octal | 324 | 272 | 334 | 4 | 17 | 0 | 16 | 436 | 41 | 120 |
| Binary | 11010100 | 10111010 | 11011100 | 100 | 1111 | 0 | 1110 | 100011110 | 100001 | 1010000 |
Color Harmonies of #D4BADC
Complementary color
Monochromatic Colors of #D4BADC
Black with #D4BADC
Text Example
Text Example
White with #D4BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BADC; }
p { color: rgb(212,186,220); }
H1.HeaderClassName
{
color: #D4BADC;
}
.AnyTagClassName
{
color: #D4BADC;
}
</style>
background-color css
<style>
a { background-color: #D4BADC; }
a { background-color: rgb(212,186,220); }
div.DivClassName
{
background-color: #D4BADC;
}
.BgClassName
{
background-color: #D4BADC;
}
</style>
border-color css
<style>
span { border-color: #D4BADC; }
span { border-color: rgb(212,186,220); }
td.TdClassName
{
border-color: #D4BADC;
}
.TagClassName
{
border-color: #D4BADC;
}
</style>