Shades of Prelude #D5ADE1
Tints of Prelude #D5ADE1
RGB
CMYK
RGB Variations
Color information
#D5ADE1 (or 0xD5ADE1) is known color: Prelude. HEX triplet: D5, AD and E1. RGB value is (213,173,225). Sum of RGB (Red+Green+Blue) = 213+173+225=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 225 - color contains mainly: blue. Hex color #D5ADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADE1 is #2A521E. Grayscale: #BEBEBE. Windows color (decimal): -2773535 or 14790101. OLE color: 14790101.
HSL color Cylindrical-coordinate representation of color #D5ADE1: hue angle of 286.15º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5ADE1 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 173 | 225 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.12 |
| HSL | 286.15º | 0.46% | 0.78% | - |
| HSV(B) | 286.15º | 0.23% | 0.88% | - |
| XYZ | 55.97 | 49.47 | 77.83 | - |
| YUV | 190.89 | 147.25 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 225 | 0.05 | 0.23 | 0 | 0.12 | 286.15 | 0.46 | 0.78 |
| Hex | D5 | AD | E1 | 5 | 17 | 0 | C | 11E | 2E | 4E |
| Octal | 325 | 255 | 341 | 5 | 27 | 0 | 14 | 436 | 56 | 116 |
| Binary | 11010101 | 10101101 | 11100001 | 101 | 10111 | 0 | 1100 | 100011110 | 101110 | 1001110 |
Color Harmonies of #D5ADE1
Complementary color
Monochromatic Colors of #D5ADE1
Black with #D5ADE1
Text Example
Text Example
White with #D5ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADE1; }
p { color: rgb(213,173,225); }
H1.HeaderClassName
{
color: #D5ADE1;
}
.AnyTagClassName
{
color: #D5ADE1;
}
</style>
background-color css
<style>
a { background-color: #D5ADE1; }
a { background-color: rgb(213,173,225); }
div.DivClassName
{
background-color: #D5ADE1;
}
.BgClassName
{
background-color: #D5ADE1;
}
</style>
border-color css
<style>
span { border-color: #D5ADE1; }
span { border-color: rgb(213,173,225); }
td.TdClassName
{
border-color: #D5ADE1;
}
.TagClassName
{
border-color: #D5ADE1;
}
</style>