Shades of Prelude #D1AEDA
Tints of Prelude #D1AEDA
RGB
CMYK
RGB Variations
Color information
#D1AEDA (or 0xD1AEDA) is known color: Prelude. HEX triplet: D1, AE and DA. RGB value is (209,174,218). Sum of RGB (Red+Green+Blue) = 209+174+218=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AEDA is #2E5125. Grayscale: #BDBDBD. Windows color (decimal): -3035430 or 14331601. OLE color: 14331601.
HSL color Cylindrical-coordinate representation of color #D1AEDA: hue angle of 287.73º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1AEDA is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 174 | 218 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.15 |
| HSL | 287.73º | 0.37% | 0.77% | - |
| HSV(B) | 287.73º | 0.2% | 0.85% | - |
| XYZ | 54.09 | 48.89 | 72.92 | - |
| YUV | 189.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 174 | 218 | 0.04 | 0.20 | 0 | 0.15 | 287.73 | 0.37 | 0.77 |
| Hex | D1 | AE | DA | 4 | 14 | 0 | F | 120 | 25 | 4D |
| Octal | 321 | 256 | 332 | 4 | 24 | 0 | 17 | 440 | 45 | 115 |
| Binary | 11010001 | 10101110 | 11011010 | 100 | 10100 | 0 | 1111 | 100100000 | 100101 | 1001101 |
Color Harmonies of #D1AEDA
Complementary color
Monochromatic Colors of #D1AEDA
Black with #D1AEDA
Text Example
Text Example
White with #D1AEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AEDA; }
p { color: rgb(209,174,218); }
H1.HeaderClassName
{
color: #D1AEDA;
}
.AnyTagClassName
{
color: #D1AEDA;
}
</style>
background-color css
<style>
a { background-color: #D1AEDA; }
a { background-color: rgb(209,174,218); }
div.DivClassName
{
background-color: #D1AEDA;
}
.BgClassName
{
background-color: #D1AEDA;
}
</style>
border-color css
<style>
span { border-color: #D1AEDA; }
span { border-color: rgb(209,174,218); }
td.TdClassName
{
border-color: #D1AEDA;
}
.TagClassName
{
border-color: #D1AEDA;
}
</style>