Shades of Prelude #D3ADE0
Tints of Prelude #D3ADE0
RGB
CMYK
RGB Variations
Color information
#D3ADE0 (or 0xD3ADE0) is known color: Prelude. HEX triplet: D3, AD and E0. RGB value is (211,173,224). Sum of RGB (Red+Green+Blue) = 211+173+224=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #D3ADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADE0 is #2C521F. Grayscale: #BEBEBE. Windows color (decimal): -2904608 or 14724563. OLE color: 14724563.
HSL color Cylindrical-coordinate representation of color #D3ADE0: hue angle of 284.71º 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 #D3ADE0 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 173 | 224 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.12 |
| HSL | 284.71º | 0.45% | 0.78% | - |
| HSV(B) | 284.71º | 0.23% | 0.88% | - |
| XYZ | 55.26 | 49.12 | 77.09 | - |
| YUV | 190.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 224 | 0.06 | 0.23 | 0 | 0.12 | 284.71 | 0.45 | 0.78 |
| Hex | D3 | AD | E0 | 6 | 17 | 0 | C | 11D | 2D | 4E |
| Octal | 323 | 255 | 340 | 6 | 27 | 0 | 14 | 435 | 55 | 116 |
| Binary | 11010011 | 10101101 | 11100000 | 110 | 10111 | 0 | 1100 | 100011101 | 101101 | 1001110 |
Color Harmonies of #D3ADE0
Complementary color
Monochromatic Colors of #D3ADE0
Black with #D3ADE0
Text Example
Text Example
White with #D3ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ADE0; }
p { color: rgb(211,173,224); }
H1.HeaderClassName
{
color: #D3ADE0;
}
.AnyTagClassName
{
color: #D3ADE0;
}
</style>
background-color css
<style>
a { background-color: #D3ADE0; }
a { background-color: rgb(211,173,224); }
div.DivClassName
{
background-color: #D3ADE0;
}
.BgClassName
{
background-color: #D3ADE0;
}
</style>
border-color css
<style>
span { border-color: #D3ADE0; }
span { border-color: rgb(211,173,224); }
td.TdClassName
{
border-color: #D3ADE0;
}
.TagClassName
{
border-color: #D3ADE0;
}
</style>