Shades of Prelude #D5AEDC
Tints of Prelude #D5AEDC
RGB
CMYK
RGB Variations
Color information
#D5AEDC (or 0xD5AEDC) is known color: Prelude. HEX triplet: D5, AE and DC. RGB value is (213,174,220). Sum of RGB (Red+Green+Blue) = 213+174+220=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEDC is #2A5123. Grayscale: #BEBEBE. Windows color (decimal): -2773284 or 14462677. OLE color: 14462677.
HSL color Cylindrical-coordinate representation of color #D5AEDC: hue angle of 290.87º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5AEDC is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 174 | 220 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.14 |
| HSL | 290.87º | 0.4% | 0.77% | - |
| HSV(B) | 290.87º | 0.21% | 0.86% | - |
| XYZ | 55.49 | 49.59 | 74.36 | - |
| YUV | 190.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 174 | 220 | 0.03 | 0.21 | 0 | 0.14 | 290.87 | 0.4 | 0.77 |
| Hex | D5 | AE | DC | 3 | 15 | 0 | E | 123 | 28 | 4D |
| Octal | 325 | 256 | 334 | 3 | 25 | 0 | 16 | 443 | 50 | 115 |
| Binary | 11010101 | 10101110 | 11011100 | 11 | 10101 | 0 | 1110 | 100100011 | 101000 | 1001101 |
Color Harmonies of #D5AEDC
Complementary color
Monochromatic Colors of #D5AEDC
Black with #D5AEDC
Text Example
Text Example
White with #D5AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AEDC; }
p { color: rgb(213,174,220); }
H1.HeaderClassName
{
color: #D5AEDC;
}
.AnyTagClassName
{
color: #D5AEDC;
}
</style>
background-color css
<style>
a { background-color: #D5AEDC; }
a { background-color: rgb(213,174,220); }
div.DivClassName
{
background-color: #D5AEDC;
}
.BgClassName
{
background-color: #D5AEDC;
}
</style>
border-color css
<style>
span { border-color: #D5AEDC; }
span { border-color: rgb(213,174,220); }
td.TdClassName
{
border-color: #D5AEDC;
}
.TagClassName
{
border-color: #D5AEDC;
}
</style>