Shades of Prelude #D4ADDD
Tints of Prelude #D4ADDD
RGB
CMYK
RGB Variations
Color information
#D4ADDD (or 0xD4ADDD) is known color: Prelude. HEX triplet: D4, AD and DD. RGB value is (212,173,221). Sum of RGB (Red+Green+Blue) = 212+173+221=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADDD is #2B5222. Grayscale: #BDBDBD. Windows color (decimal): -2839075 or 14527956. OLE color: 14527956.
HSL color Cylindrical-coordinate representation of color #D4ADDD: hue angle of 288.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4ADDD is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 173 | 221 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.13 |
| HSL | 288.75º | 0.41% | 0.77% | - |
| HSV(B) | 288.75º | 0.22% | 0.87% | - |
| XYZ | 55.15 | 49.1 | 74.98 | - |
| YUV | 190.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 221 | 0.04 | 0.22 | 0 | 0.13 | 288.75 | 0.41 | 0.77 |
| Hex | D4 | AD | DD | 4 | 16 | 0 | D | 121 | 29 | 4D |
| Octal | 324 | 255 | 335 | 4 | 26 | 0 | 15 | 441 | 51 | 115 |
| Binary | 11010100 | 10101101 | 11011101 | 100 | 10110 | 0 | 1101 | 100100001 | 101001 | 1001101 |
Color Harmonies of #D4ADDD
Complementary color
Monochromatic Colors of #D4ADDD
Black with #D4ADDD
Text Example
Text Example
White with #D4ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ADDD; }
p { color: rgb(212,173,221); }
H1.HeaderClassName
{
color: #D4ADDD;
}
.AnyTagClassName
{
color: #D4ADDD;
}
</style>
background-color css
<style>
a { background-color: #D4ADDD; }
a { background-color: rgb(212,173,221); }
div.DivClassName
{
background-color: #D4ADDD;
}
.BgClassName
{
background-color: #D4ADDD;
}
</style>
border-color css
<style>
span { border-color: #D4ADDD; }
span { border-color: rgb(212,173,221); }
td.TdClassName
{
border-color: #D4ADDD;
}
.TagClassName
{
border-color: #D4ADDD;
}
</style>