Shades of Prelude #D1ADE0
Tints of Prelude #D1ADE0
RGB
CMYK
RGB Variations
Color information
#D1ADE0 (or 0xD1ADE0) is known color: Prelude. HEX triplet: D1, AD and E0. RGB value is (209,173,224). Sum of RGB (Red+Green+Blue) = 209+173+224=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 173 (67.97% from 255 or 28.55% 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 #D1ADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADE0 is #2E521F. Grayscale: #BDBDBD. Windows color (decimal): -3035680 or 14724561. OLE color: 14724561.
HSL color Cylindrical-coordinate representation of color #D1ADE0: hue angle of 282.35º 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 #D1ADE0 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 173 | 224 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.12 |
| HSL | 282.35º | 0.45% | 0.78% | - |
| HSV(B) | 282.35º | 0.23% | 0.88% | - |
| XYZ | 54.69 | 48.82 | 77.06 | - |
| YUV | 189.58 | 147.43 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 224 | 0.07 | 0.23 | 0 | 0.12 | 282.35 | 0.45 | 0.78 |
| Hex | D1 | AD | E0 | 7 | 17 | 0 | C | 11A | 2D | 4E |
| Octal | 321 | 255 | 340 | 7 | 27 | 0 | 14 | 432 | 55 | 116 |
| Binary | 11010001 | 10101101 | 11100000 | 111 | 10111 | 0 | 1100 | 100011010 | 101101 | 1001110 |
Color Harmonies of #D1ADE0
Complementary color
Monochromatic Colors of #D1ADE0
Black with #D1ADE0
Text Example
Text Example
White with #D1ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ADE0; }
p { color: rgb(209,173,224); }
H1.HeaderClassName
{
color: #D1ADE0;
}
.AnyTagClassName
{
color: #D1ADE0;
}
</style>
background-color css
<style>
a { background-color: #D1ADE0; }
a { background-color: rgb(209,173,224); }
div.DivClassName
{
background-color: #D1ADE0;
}
.BgClassName
{
background-color: #D1ADE0;
}
</style>
border-color css
<style>
span { border-color: #D1ADE0; }
span { border-color: rgb(209,173,224); }
td.TdClassName
{
border-color: #D1ADE0;
}
.TagClassName
{
border-color: #D1ADE0;
}
</style>