Shades of Prelude #D3ACDE
Tints of Prelude #D3ACDE
RGB
CMYK
RGB Variations
Color information
#D3ACDE (or 0xD3ACDE) is known color: Prelude. HEX triplet: D3, AC and DE. RGB value is (211,172,222). Sum of RGB (Red+Green+Blue) = 211+172+222=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #D3ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACDE is #2C5321. Grayscale: #BDBDBD. Windows color (decimal): -2904866 or 14593235. OLE color: 14593235.
HSL color Cylindrical-coordinate representation of color #D3ACDE: hue angle of 286.8º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3ACDE is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 172 | 222 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.13 |
| HSL | 286.8º | 0.43% | 0.77% | - |
| HSV(B) | 286.8º | 0.23% | 0.87% | - |
| XYZ | 54.8 | 48.63 | 75.61 | - |
| YUV | 189.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 222 | 0.05 | 0.23 | 0 | 0.13 | 286.8 | 0.43 | 0.77 |
| Hex | D3 | AC | DE | 5 | 17 | 0 | D | 11F | 2B | 4D |
| Octal | 323 | 254 | 336 | 5 | 27 | 0 | 15 | 437 | 53 | 115 |
| Binary | 11010011 | 10101100 | 11011110 | 101 | 10111 | 0 | 1101 | 100011111 | 101011 | 1001101 |
Color Harmonies of #D3ACDE
Complementary color
Monochromatic Colors of #D3ACDE
Black with #D3ACDE
Text Example
Text Example
White with #D3ACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ACDE; }
p { color: rgb(211,172,222); }
H1.HeaderClassName
{
color: #D3ACDE;
}
.AnyTagClassName
{
color: #D3ACDE;
}
</style>
background-color css
<style>
a { background-color: #D3ACDE; }
a { background-color: rgb(211,172,222); }
div.DivClassName
{
background-color: #D3ACDE;
}
.BgClassName
{
background-color: #D3ACDE;
}
</style>
border-color css
<style>
span { border-color: #D3ACDE; }
span { border-color: rgb(211,172,222); }
td.TdClassName
{
border-color: #D3ACDE;
}
.TagClassName
{
border-color: #D3ACDE;
}
</style>