Shades of Prelude #D3AEE0
Tints of Prelude #D3AEE0
RGB
CMYK
RGB Variations
Color information
#D3AEE0 (or 0xD3AEE0) is known color: Prelude. HEX triplet: D3, AE and E0. RGB value is (211,174,224). Sum of RGB (Red+Green+Blue) = 211+174+224=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 224 - color contains mainly: blue. Hex color #D3AEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AEE0 is #2C511F. Grayscale: #BEBEBE. Windows color (decimal): -2904352 or 14724819. OLE color: 14724819.
HSL color Cylindrical-coordinate representation of color #D3AEE0: hue angle of 284.4º 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 #D3AEE0 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 174 | 224 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.12 |
| HSL | 284.4º | 0.45% | 0.78% | - |
| HSV(B) | 284.4º | 0.22% | 0.88% | - |
| XYZ | 55.45 | 49.5 | 77.15 | - |
| YUV | 190.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 224 | 0.06 | 0.22 | 0 | 0.12 | 284.4 | 0.45 | 0.78 |
| Hex | D3 | AE | E0 | 6 | 16 | 0 | C | 11C | 2D | 4E |
| Octal | 323 | 256 | 340 | 6 | 26 | 0 | 14 | 434 | 55 | 116 |
| Binary | 11010011 | 10101110 | 11100000 | 110 | 10110 | 0 | 1100 | 100011100 | 101101 | 1001110 |
Color Harmonies of #D3AEE0
Complementary color
Monochromatic Colors of #D3AEE0
Black with #D3AEE0
Text Example
Text Example
White with #D3AEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AEE0; }
p { color: rgb(211,174,224); }
H1.HeaderClassName
{
color: #D3AEE0;
}
.AnyTagClassName
{
color: #D3AEE0;
}
</style>
background-color css
<style>
a { background-color: #D3AEE0; }
a { background-color: rgb(211,174,224); }
div.DivClassName
{
background-color: #D3AEE0;
}
.BgClassName
{
background-color: #D3AEE0;
}
</style>
border-color css
<style>
span { border-color: #D3AEE0; }
span { border-color: rgb(211,174,224); }
td.TdClassName
{
border-color: #D3AEE0;
}
.TagClassName
{
border-color: #D3AEE0;
}
</style>