Shades of Prelude #D1ACDD
Tints of Prelude #D1ACDD
RGB
CMYK
RGB Variations
Color information
#D1ACDD (or 0xD1ACDD) is known color: Prelude. HEX triplet: D1, AC and DD. RGB value is (209,172,221). Sum of RGB (Red+Green+Blue) = 209+172+221=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ACDD is #2E5322. Grayscale: #BCBCBC. Windows color (decimal): -3035939 or 14527697. OLE color: 14527697.
HSL color Cylindrical-coordinate representation of color #D1ACDD: hue angle of 285.31º degrees, saturation: 0.42, 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 #D1ACDD is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 172 | 221 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.13 |
| HSL | 285.31º | 0.42% | 0.77% | - |
| HSV(B) | 285.31º | 0.22% | 0.87% | - |
| XYZ | 54.1 | 48.28 | 74.87 | - |
| YUV | 188.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 221 | 0.05 | 0.22 | 0 | 0.13 | 285.31 | 0.42 | 0.77 |
| Hex | D1 | AC | DD | 5 | 16 | 0 | D | 11D | 2A | 4D |
| Octal | 321 | 254 | 335 | 5 | 26 | 0 | 15 | 435 | 52 | 115 |
| Binary | 11010001 | 10101100 | 11011101 | 101 | 10110 | 0 | 1101 | 100011101 | 101010 | 1001101 |
Color Harmonies of #D1ACDD
Complementary color
Monochromatic Colors of #D1ACDD
Black with #D1ACDD
Text Example
Text Example
White with #D1ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ACDD; }
p { color: rgb(209,172,221); }
H1.HeaderClassName
{
color: #D1ACDD;
}
.AnyTagClassName
{
color: #D1ACDD;
}
</style>
background-color css
<style>
a { background-color: #D1ACDD; }
a { background-color: rgb(209,172,221); }
div.DivClassName
{
background-color: #D1ACDD;
}
.BgClassName
{
background-color: #D1ACDD;
}
</style>
border-color css
<style>
span { border-color: #D1ACDD; }
span { border-color: rgb(209,172,221); }
td.TdClassName
{
border-color: #D1ACDD;
}
.TagClassName
{
border-color: #D1ACDD;
}
</style>