Shades of Prelude #D1ACDA
Tints of Prelude #D1ACDA
RGB
CMYK
RGB Variations
Color information
#D1ACDA (or 0xD1ACDA) is known color: Prelude. HEX triplet: D1, AC and DA. RGB value is (209,172,218). Sum of RGB (Red+Green+Blue) = 209+172+218=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ACDA is #2E5325. Grayscale: #BCBCBC. Windows color (decimal): -3035942 or 14331089. OLE color: 14331089.
HSL color Cylindrical-coordinate representation of color #D1ACDA: hue angle of 288.26º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1ACDA is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 172 | 218 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.15 |
| HSL | 288.26º | 0.38% | 0.76% | - |
| HSV(B) | 288.26º | 0.21% | 0.85% | - |
| XYZ | 53.7 | 48.12 | 72.79 | - |
| YUV | 188.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 218 | 0.04 | 0.21 | 0 | 0.15 | 288.26 | 0.38 | 0.76 |
| Hex | D1 | AC | DA | 4 | 15 | 0 | F | 120 | 26 | 4C |
| Octal | 321 | 254 | 332 | 4 | 25 | 0 | 17 | 440 | 46 | 114 |
| Binary | 11010001 | 10101100 | 11011010 | 100 | 10101 | 0 | 1111 | 100100000 | 100110 | 1001100 |
Color Harmonies of #D1ACDA
Complementary color
Monochromatic Colors of #D1ACDA
Black with #D1ACDA
Text Example
Text Example
White with #D1ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ACDA; }
p { color: rgb(209,172,218); }
H1.HeaderClassName
{
color: #D1ACDA;
}
.AnyTagClassName
{
color: #D1ACDA;
}
</style>
background-color css
<style>
a { background-color: #D1ACDA; }
a { background-color: rgb(209,172,218); }
div.DivClassName
{
background-color: #D1ACDA;
}
.BgClassName
{
background-color: #D1ACDA;
}
</style>
border-color css
<style>
span { border-color: #D1ACDA; }
span { border-color: rgb(209,172,218); }
td.TdClassName
{
border-color: #D1ACDA;
}
.TagClassName
{
border-color: #D1ACDA;
}
</style>