Shades of Prelude #D1ACDC
Tints of Prelude #D1ACDC
RGB
CMYK
RGB Variations
Color information
#D1ACDC (or 0xD1ACDC) is known color: Prelude. HEX triplet: D1, AC and DC. RGB value is (209,172,220). Sum of RGB (Red+Green+Blue) = 209+172+220=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ACDC is #2E5323. Grayscale: #BCBCBC. Windows color (decimal): -3035940 or 14462161. OLE color: 14462161.
HSL color Cylindrical-coordinate representation of color #D1ACDC: hue angle of 286.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1ACDC is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 172 | 220 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.14 |
| HSL | 286.25º | 0.41% | 0.77% | - |
| HSV(B) | 286.25º | 0.22% | 0.86% | - |
| XYZ | 53.97 | 48.23 | 74.17 | - |
| YUV | 188.54 | 145.76 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 220 | 0.05 | 0.22 | 0 | 0.14 | 286.25 | 0.41 | 0.77 |
| Hex | D1 | AC | DC | 5 | 16 | 0 | E | 11E | 29 | 4D |
| Octal | 321 | 254 | 334 | 5 | 26 | 0 | 16 | 436 | 51 | 115 |
| Binary | 11010001 | 10101100 | 11011100 | 101 | 10110 | 0 | 1110 | 100011110 | 101001 | 1001101 |
Color Harmonies of #D1ACDC
Complementary color
Monochromatic Colors of #D1ACDC
Black with #D1ACDC
Text Example
Text Example
White with #D1ACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ACDC; }
p { color: rgb(209,172,220); }
H1.HeaderClassName
{
color: #D1ACDC;
}
.AnyTagClassName
{
color: #D1ACDC;
}
</style>
background-color css
<style>
a { background-color: #D1ACDC; }
a { background-color: rgb(209,172,220); }
div.DivClassName
{
background-color: #D1ACDC;
}
.BgClassName
{
background-color: #D1ACDC;
}
</style>
border-color css
<style>
span { border-color: #D1ACDC; }
span { border-color: rgb(209,172,220); }
td.TdClassName
{
border-color: #D1ACDC;
}
.TagClassName
{
border-color: #D1ACDC;
}
</style>