Shades of Prelude #D0AEE0
Tints of Prelude #D0AEE0
RGB
CMYK
RGB Variations
Color information
#D0AEE0 (or 0xD0AEE0) is known color: Prelude. HEX triplet: D0, AE and E0. RGB value is (208,174,224). Sum of RGB (Red+Green+Blue) = 208+174+224=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #D0AEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AEE0 is #2F511F. Grayscale: #BDBDBD. Windows color (decimal): -3100960 or 14724816. OLE color: 14724816.
HSL color Cylindrical-coordinate representation of color #D0AEE0: hue angle of 280.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0AEE0 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 174 | 224 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.12 |
| HSL | 280.8º | 0.45% | 0.78% | - |
| HSV(B) | 280.8º | 0.22% | 0.88% | - |
| XYZ | 54.6 | 49.06 | 77.11 | - |
| YUV | 189.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 224 | 0.07 | 0.22 | 0 | 0.12 | 280.8 | 0.45 | 0.78 |
| Hex | D0 | AE | E0 | 7 | 16 | 0 | C | 119 | 2D | 4E |
| Octal | 320 | 256 | 340 | 7 | 26 | 0 | 14 | 431 | 55 | 116 |
| Binary | 11010000 | 10101110 | 11100000 | 111 | 10110 | 0 | 1100 | 100011001 | 101101 | 1001110 |
Color Harmonies of #D0AEE0
Complementary color
Monochromatic Colors of #D0AEE0
Black with #D0AEE0
Text Example
Text Example
White with #D0AEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AEE0; }
p { color: rgb(208,174,224); }
H1.HeaderClassName
{
color: #D0AEE0;
}
.AnyTagClassName
{
color: #D0AEE0;
}
</style>
background-color css
<style>
a { background-color: #D0AEE0; }
a { background-color: rgb(208,174,224); }
div.DivClassName
{
background-color: #D0AEE0;
}
.BgClassName
{
background-color: #D0AEE0;
}
</style>
border-color css
<style>
span { border-color: #D0AEE0; }
span { border-color: rgb(208,174,224); }
td.TdClassName
{
border-color: #D0AEE0;
}
.TagClassName
{
border-color: #D0AEE0;
}
</style>