Shades of Prelude #D4ACDC
Tints of Prelude #D4ACDC
RGB
CMYK
RGB Variations
Color information
#D4ACDC (or 0xD4ACDC) is known color: Prelude. HEX triplet: D4, AC and DC. RGB value is (212,172,220). Sum of RGB (Red+Green+Blue) = 212+172+220=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACDC is #2B5323. Grayscale: #BDBDBD. Windows color (decimal): -2839332 or 14462164. OLE color: 14462164.
HSL color Cylindrical-coordinate representation of color #D4ACDC: hue angle of 290º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4ACDC is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 172 | 220 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.14 |
| HSL | 290º | 0.41% | 0.77% | - |
| HSV(B) | 290º | 0.22% | 0.86% | - |
| XYZ | 54.82 | 48.67 | 74.21 | - |
| YUV | 189.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 220 | 0.04 | 0.22 | 0 | 0.14 | 290 | 0.41 | 0.77 |
| Hex | D4 | AC | DC | 4 | 16 | 0 | E | 122 | 29 | 4D |
| Octal | 324 | 254 | 334 | 4 | 26 | 0 | 16 | 442 | 51 | 115 |
| Binary | 11010100 | 10101100 | 11011100 | 100 | 10110 | 0 | 1110 | 100100010 | 101001 | 1001101 |
Color Harmonies of #D4ACDC
Complementary color
Monochromatic Colors of #D4ACDC
Black with #D4ACDC
Text Example
Text Example
White with #D4ACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ACDC; }
p { color: rgb(212,172,220); }
H1.HeaderClassName
{
color: #D4ACDC;
}
.AnyTagClassName
{
color: #D4ACDC;
}
</style>
background-color css
<style>
a { background-color: #D4ACDC; }
a { background-color: rgb(212,172,220); }
div.DivClassName
{
background-color: #D4ACDC;
}
.BgClassName
{
background-color: #D4ACDC;
}
</style>
border-color css
<style>
span { border-color: #D4ACDC; }
span { border-color: rgb(212,172,220); }
td.TdClassName
{
border-color: #D4ACDC;
}
.TagClassName
{
border-color: #D4ACDC;
}
</style>