Shades of Prelude #D1AFDD
Tints of Prelude #D1AFDD
RGB
CMYK
RGB Variations
Color information
#D1AFDD (or 0xD1AFDD) is known color: Prelude. HEX triplet: D1, AF and DD. RGB value is (209,175,221). Sum of RGB (Red+Green+Blue) = 209+175+221=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFDD is #2E5022. Grayscale: #BEBEBE. Windows color (decimal): -3035171 or 14528465. OLE color: 14528465.
HSL color Cylindrical-coordinate representation of color #D1AFDD: hue angle of 284.35º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1AFDD is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 175 | 221 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.13 |
| HSL | 284.35º | 0.4% | 0.78% | - |
| HSV(B) | 284.35º | 0.21% | 0.87% | - |
| XYZ | 54.68 | 49.44 | 75.07 | - |
| YUV | 190.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 221 | 0.05 | 0.21 | 0 | 0.13 | 284.35 | 0.4 | 0.78 |
| Hex | D1 | AF | DD | 5 | 15 | 0 | D | 11C | 28 | 4E |
| Octal | 321 | 257 | 335 | 5 | 25 | 0 | 15 | 434 | 50 | 116 |
| Binary | 11010001 | 10101111 | 11011101 | 101 | 10101 | 0 | 1101 | 100011100 | 101000 | 1001110 |
Color Harmonies of #D1AFDD
Complementary color
Monochromatic Colors of #D1AFDD
Black with #D1AFDD
Text Example
Text Example
White with #D1AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFDD; }
p { color: rgb(209,175,221); }
H1.HeaderClassName
{
color: #D1AFDD;
}
.AnyTagClassName
{
color: #D1AFDD;
}
</style>
background-color css
<style>
a { background-color: #D1AFDD; }
a { background-color: rgb(209,175,221); }
div.DivClassName
{
background-color: #D1AFDD;
}
.BgClassName
{
background-color: #D1AFDD;
}
</style>
border-color css
<style>
span { border-color: #D1AFDD; }
span { border-color: rgb(209,175,221); }
td.TdClassName
{
border-color: #D1AFDD;
}
.TagClassName
{
border-color: #D1AFDD;
}
</style>