Shades of Prelude #D4AEDC
Tints of Prelude #D4AEDC
RGB
CMYK
RGB Variations
Color information
#D4AEDC (or 0xD4AEDC) is known color: Prelude. HEX triplet: D4, AE and DC. RGB value is (212,174,220). Sum of RGB (Red+Green+Blue) = 212+174+220=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEDC is #2B5123. Grayscale: #BEBEBE. Windows color (decimal): -2838820 or 14462676. OLE color: 14462676.
HSL color Cylindrical-coordinate representation of color #D4AEDC: hue angle of 289.57º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4AEDC is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 174 | 220 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.14 |
| HSL | 289.57º | 0.4% | 0.77% | - |
| HSV(B) | 289.57º | 0.21% | 0.86% | - |
| XYZ | 55.21 | 49.44 | 74.34 | - |
| YUV | 190.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 174 | 220 | 0.04 | 0.21 | 0 | 0.14 | 289.57 | 0.4 | 0.77 |
| Hex | D4 | AE | DC | 4 | 15 | 0 | E | 122 | 28 | 4D |
| Octal | 324 | 256 | 334 | 4 | 25 | 0 | 16 | 442 | 50 | 115 |
| Binary | 11010100 | 10101110 | 11011100 | 100 | 10101 | 0 | 1110 | 100100010 | 101000 | 1001101 |
Color Harmonies of #D4AEDC
Complementary color
Monochromatic Colors of #D4AEDC
Black with #D4AEDC
Text Example
Text Example
White with #D4AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AEDC; }
p { color: rgb(212,174,220); }
H1.HeaderClassName
{
color: #D4AEDC;
}
.AnyTagClassName
{
color: #D4AEDC;
}
</style>
background-color css
<style>
a { background-color: #D4AEDC; }
a { background-color: rgb(212,174,220); }
div.DivClassName
{
background-color: #D4AEDC;
}
.BgClassName
{
background-color: #D4AEDC;
}
</style>
border-color css
<style>
span { border-color: #D4AEDC; }
span { border-color: rgb(212,174,220); }
td.TdClassName
{
border-color: #D4AEDC;
}
.TagClassName
{
border-color: #D4AEDC;
}
</style>