Shades of Prelude #D4ADDC
Tints of Prelude #D4ADDC
RGB
CMYK
RGB Variations
Color information
#D4ADDC (or 0xD4ADDC) is known color: Prelude. HEX triplet: D4, AD and DC. RGB value is (212,173,220). Sum of RGB (Red+Green+Blue) = 212+173+220=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADDC is #2B5223. Grayscale: #BDBDBD. Windows color (decimal): -2839076 or 14462420. OLE color: 14462420.
HSL color Cylindrical-coordinate representation of color #D4ADDC: hue angle of 289.79º 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 #D4ADDC is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 173 | 220 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.14 |
| HSL | 289.79º | 0.4% | 0.77% | - |
| HSV(B) | 289.79º | 0.21% | 0.86% | - |
| XYZ | 55.01 | 49.05 | 74.28 | - |
| YUV | 190.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 220 | 0.04 | 0.21 | 0 | 0.14 | 289.79 | 0.4 | 0.77 |
| Hex | D4 | AD | DC | 4 | 15 | 0 | E | 122 | 28 | 4D |
| Octal | 324 | 255 | 334 | 4 | 25 | 0 | 16 | 442 | 50 | 115 |
| Binary | 11010100 | 10101101 | 11011100 | 100 | 10101 | 0 | 1110 | 100100010 | 101000 | 1001101 |
Color Harmonies of #D4ADDC
Complementary color
Monochromatic Colors of #D4ADDC
Black with #D4ADDC
Text Example
Text Example
White with #D4ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ADDC; }
p { color: rgb(212,173,220); }
H1.HeaderClassName
{
color: #D4ADDC;
}
.AnyTagClassName
{
color: #D4ADDC;
}
</style>
background-color css
<style>
a { background-color: #D4ADDC; }
a { background-color: rgb(212,173,220); }
div.DivClassName
{
background-color: #D4ADDC;
}
.BgClassName
{
background-color: #D4ADDC;
}
</style>
border-color css
<style>
span { border-color: #D4ADDC; }
span { border-color: rgb(212,173,220); }
td.TdClassName
{
border-color: #D4ADDC;
}
.TagClassName
{
border-color: #D4ADDC;
}
</style>