Shades of Prelude #D0AED6
Tints of Prelude #D0AED6
RGB
CMYK
RGB Variations
Color information
#D0AED6 (or 0xD0AED6) is known color: Prelude. HEX triplet: D0, AE and D6. RGB value is (208,174,214). Sum of RGB (Red+Green+Blue) = 208+174+214=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 214 - color contains mainly: blue. Hex color #D0AED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AED6 is #2F5129. Grayscale: #BCBCBC. Windows color (decimal): -3100970 or 14069456. OLE color: 14069456.
HSL color Cylindrical-coordinate representation of color #D0AED6: hue angle of 291º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0AED6 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 174 | 214 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.16 |
| HSL | 291º | 0.33% | 0.76% | - |
| HSV(B) | 291º | 0.19% | 0.84% | - |
| XYZ | 53.29 | 48.54 | 70.18 | - |
| YUV | 188.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 214 | 0.03 | 0.19 | 0 | 0.16 | 291 | 0.33 | 0.76 |
| Hex | D0 | AE | D6 | 3 | 13 | 0 | 10 | 123 | 21 | 4C |
| Octal | 320 | 256 | 326 | 3 | 23 | 0 | 20 | 443 | 41 | 114 |
| Binary | 11010000 | 10101110 | 11010110 | 11 | 10011 | 0 | 10000 | 100100011 | 100001 | 1001100 |
Color Harmonies of #D0AED6
Complementary color
Monochromatic Colors of #D0AED6
Black with #D0AED6
Text Example
Text Example
White with #D0AED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AED6; }
p { color: rgb(208,174,214); }
H1.HeaderClassName
{
color: #D0AED6;
}
.AnyTagClassName
{
color: #D0AED6;
}
</style>
background-color css
<style>
a { background-color: #D0AED6; }
a { background-color: rgb(208,174,214); }
div.DivClassName
{
background-color: #D0AED6;
}
.BgClassName
{
background-color: #D0AED6;
}
</style>
border-color css
<style>
span { border-color: #D0AED6; }
span { border-color: rgb(208,174,214); }
td.TdClassName
{
border-color: #D0AED6;
}
.TagClassName
{
border-color: #D0AED6;
}
</style>