Shades of Prelude #D0AEDB
Tints of Prelude #D0AEDB
RGB
CMYK
RGB Variations
Color information
#D0AEDB (or 0xD0AEDB) is known color: Prelude. HEX triplet: D0, AE and DB. RGB value is (208,174,219). Sum of RGB (Red+Green+Blue) = 208+174+219=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AEDB is #2F5124. Grayscale: #BDBDBD. Windows color (decimal): -3100965 or 14397136. OLE color: 14397136.
HSL color Cylindrical-coordinate representation of color #D0AEDB: hue angle of 285.33º degrees, saturation: 0.38, 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 #D0AEDB is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 174 | 219 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.14 |
| HSL | 285.33º | 0.38% | 0.77% | - |
| HSV(B) | 285.33º | 0.21% | 0.86% | - |
| XYZ | 53.93 | 48.8 | 73.59 | - |
| YUV | 189.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 219 | 0.05 | 0.21 | 0 | 0.14 | 285.33 | 0.38 | 0.77 |
| Hex | D0 | AE | DB | 5 | 15 | 0 | E | 11D | 26 | 4D |
| Octal | 320 | 256 | 333 | 5 | 25 | 0 | 16 | 435 | 46 | 115 |
| Binary | 11010000 | 10101110 | 11011011 | 101 | 10101 | 0 | 1110 | 100011101 | 100110 | 1001101 |
Color Harmonies of #D0AEDB
Complementary color
Monochromatic Colors of #D0AEDB
Black with #D0AEDB
Text Example
Text Example
White with #D0AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AEDB; }
p { color: rgb(208,174,219); }
H1.HeaderClassName
{
color: #D0AEDB;
}
.AnyTagClassName
{
color: #D0AEDB;
}
</style>
background-color css
<style>
a { background-color: #D0AEDB; }
a { background-color: rgb(208,174,219); }
div.DivClassName
{
background-color: #D0AEDB;
}
.BgClassName
{
background-color: #D0AEDB;
}
</style>
border-color css
<style>
span { border-color: #D0AEDB; }
span { border-color: rgb(208,174,219); }
td.TdClassName
{
border-color: #D0AEDB;
}
.TagClassName
{
border-color: #D0AEDB;
}
</style>