Shades of Prelude #D0ADE0
Tints of Prelude #D0ADE0
RGB
CMYK
RGB Variations
Color information
#D0ADE0 (or 0xD0ADE0) is known color: Prelude. HEX triplet: D0, AD and E0. RGB value is (208,173,224). Sum of RGB (Red+Green+Blue) = 208+173+224=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #D0ADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADE0 is #2F521F. Grayscale: #BDBDBD. Windows color (decimal): -3101216 or 14724560. OLE color: 14724560.
HSL color Cylindrical-coordinate representation of color #D0ADE0: hue angle of 281.18º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0ADE0 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 173 | 224 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.12 |
| HSL | 281.18º | 0.45% | 0.78% | - |
| HSV(B) | 281.18º | 0.23% | 0.88% | - |
| XYZ | 54.41 | 48.68 | 77.05 | - |
| YUV | 189.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 224 | 0.07 | 0.23 | 0 | 0.12 | 281.18 | 0.45 | 0.78 |
| Hex | D0 | AD | E0 | 7 | 17 | 0 | C | 119 | 2D | 4E |
| Octal | 320 | 255 | 340 | 7 | 27 | 0 | 14 | 431 | 55 | 116 |
| Binary | 11010000 | 10101101 | 11100000 | 111 | 10111 | 0 | 1100 | 100011001 | 101101 | 1001110 |
Color Harmonies of #D0ADE0
Complementary color
Monochromatic Colors of #D0ADE0
Black with #D0ADE0
Text Example
Text Example
White with #D0ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ADE0; }
p { color: rgb(208,173,224); }
H1.HeaderClassName
{
color: #D0ADE0;
}
.AnyTagClassName
{
color: #D0ADE0;
}
</style>
background-color css
<style>
a { background-color: #D0ADE0; }
a { background-color: rgb(208,173,224); }
div.DivClassName
{
background-color: #D0ADE0;
}
.BgClassName
{
background-color: #D0ADE0;
}
</style>
border-color css
<style>
span { border-color: #D0ADE0; }
span { border-color: rgb(208,173,224); }
td.TdClassName
{
border-color: #D0ADE0;
}
.TagClassName
{
border-color: #D0ADE0;
}
</style>