Shades of Prelude #D5AEDD
Tints of Prelude #D5AEDD
RGB
CMYK
RGB Variations
Color information
#D5AEDD (or 0xD5AEDD) is known color: Prelude. HEX triplet: D5, AE and DD. RGB value is (213,174,221). Sum of RGB (Red+Green+Blue) = 213+174+221=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEDD is #2A5122. Grayscale: #BEBEBE. Windows color (decimal): -2773283 or 14528213. OLE color: 14528213.
HSL color Cylindrical-coordinate representation of color #D5AEDD: hue angle of 289.79º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5AEDD is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 174 | 221 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.13 |
| HSL | 289.79º | 0.41% | 0.77% | - |
| HSV(B) | 289.79º | 0.21% | 0.87% | - |
| XYZ | 55.63 | 49.64 | 75.06 | - |
| YUV | 191.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 174 | 221 | 0.04 | 0.21 | 0 | 0.13 | 289.79 | 0.41 | 0.77 |
| Hex | D5 | AE | DD | 4 | 15 | 0 | D | 122 | 29 | 4D |
| Octal | 325 | 256 | 335 | 4 | 25 | 0 | 15 | 442 | 51 | 115 |
| Binary | 11010101 | 10101110 | 11011101 | 100 | 10101 | 0 | 1101 | 100100010 | 101001 | 1001101 |
Color Harmonies of #D5AEDD
Complementary color
Monochromatic Colors of #D5AEDD
Black with #D5AEDD
Text Example
Text Example
White with #D5AEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AEDD; }
p { color: rgb(213,174,221); }
H1.HeaderClassName
{
color: #D5AEDD;
}
.AnyTagClassName
{
color: #D5AEDD;
}
</style>
background-color css
<style>
a { background-color: #D5AEDD; }
a { background-color: rgb(213,174,221); }
div.DivClassName
{
background-color: #D5AEDD;
}
.BgClassName
{
background-color: #D5AEDD;
}
</style>
border-color css
<style>
span { border-color: #D5AEDD; }
span { border-color: rgb(213,174,221); }
td.TdClassName
{
border-color: #D5AEDD;
}
.TagClassName
{
border-color: #D5AEDD;
}
</style>