Shades of Prelude #D0ACDD
Tints of Prelude #D0ACDD
RGB
CMYK
RGB Variations
Color information
#D0ACDD (or 0xD0ACDD) is known color: Prelude. HEX triplet: D0, AC and DD. RGB value is (208,172,221). Sum of RGB (Red+Green+Blue) = 208+172+221=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACDD is #2F5322. Grayscale: #BCBCBC. Windows color (decimal): -3101475 or 14527696. OLE color: 14527696.
HSL color Cylindrical-coordinate representation of color #D0ACDD: hue angle of 284.08º 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 #D0ACDD is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 172 | 221 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.13 |
| HSL | 284.08º | 0.42% | 0.77% | - |
| HSV(B) | 284.08º | 0.22% | 0.87% | - |
| XYZ | 53.82 | 48.14 | 74.86 | - |
| YUV | 188.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 221 | 0.06 | 0.22 | 0 | 0.13 | 284.08 | 0.42 | 0.77 |
| Hex | D0 | AC | DD | 6 | 16 | 0 | D | 11C | 2A | 4D |
| Octal | 320 | 254 | 335 | 6 | 26 | 0 | 15 | 434 | 52 | 115 |
| Binary | 11010000 | 10101100 | 11011101 | 110 | 10110 | 0 | 1101 | 100011100 | 101010 | 1001101 |
Color Harmonies of #D0ACDD
Complementary color
Monochromatic Colors of #D0ACDD
Black with #D0ACDD
Text Example
Text Example
White with #D0ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ACDD; }
p { color: rgb(208,172,221); }
H1.HeaderClassName
{
color: #D0ACDD;
}
.AnyTagClassName
{
color: #D0ACDD;
}
</style>
background-color css
<style>
a { background-color: #D0ACDD; }
a { background-color: rgb(208,172,221); }
div.DivClassName
{
background-color: #D0ACDD;
}
.BgClassName
{
background-color: #D0ACDD;
}
</style>
border-color css
<style>
span { border-color: #D0ACDD; }
span { border-color: rgb(208,172,221); }
td.TdClassName
{
border-color: #D0ACDD;
}
.TagClassName
{
border-color: #D0ACDD;
}
</style>