Shades of Prelude #D1AEDE
Tints of Prelude #D1AEDE
RGB
CMYK
RGB Variations
Color information
#D1AEDE (or 0xD1AEDE) is known color: Prelude. HEX triplet: D1, AE and DE. RGB value is (209,174,222). Sum of RGB (Red+Green+Blue) = 209+174+222=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #D1AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AEDE is #2E5121. Grayscale: #BDBDBD. Windows color (decimal): -3035426 or 14593745. OLE color: 14593745.
HSL color Cylindrical-coordinate representation of color #D1AEDE: hue angle of 283.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1AEDE is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 174 | 222 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.13 |
| HSL | 283.75º | 0.42% | 0.78% | - |
| HSV(B) | 283.75º | 0.22% | 0.87% | - |
| XYZ | 54.62 | 49.1 | 75.71 | - |
| YUV | 189.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 174 | 222 | 0.06 | 0.22 | 0 | 0.13 | 283.75 | 0.42 | 0.78 |
| Hex | D1 | AE | DE | 6 | 16 | 0 | D | 11C | 2A | 4E |
| Octal | 321 | 256 | 336 | 6 | 26 | 0 | 15 | 434 | 52 | 116 |
| Binary | 11010001 | 10101110 | 11011110 | 110 | 10110 | 0 | 1101 | 100011100 | 101010 | 1001110 |
Color Harmonies of #D1AEDE
Complementary color
Monochromatic Colors of #D1AEDE
Black with #D1AEDE
Text Example
Text Example
White with #D1AEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AEDE; }
p { color: rgb(209,174,222); }
H1.HeaderClassName
{
color: #D1AEDE;
}
.AnyTagClassName
{
color: #D1AEDE;
}
</style>
background-color css
<style>
a { background-color: #D1AEDE; }
a { background-color: rgb(209,174,222); }
div.DivClassName
{
background-color: #D1AEDE;
}
.BgClassName
{
background-color: #D1AEDE;
}
</style>
border-color css
<style>
span { border-color: #D1AEDE; }
span { border-color: rgb(209,174,222); }
td.TdClassName
{
border-color: #D1AEDE;
}
.TagClassName
{
border-color: #D1AEDE;
}
</style>