Shades of Prelude #D3AEDD
Tints of Prelude #D3AEDD
RGB
CMYK
RGB Variations
Color information
#D3AEDD (or 0xD3AEDD) is known color: Prelude. HEX triplet: D3, AE and DD. RGB value is (211,174,221). Sum of RGB (Red+Green+Blue) = 211+174+221=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AEDD is #2C5122. Grayscale: #BEBEBE. Windows color (decimal): -2904355 or 14528211. OLE color: 14528211.
HSL color Cylindrical-coordinate representation of color #D3AEDD: hue angle of 287.23º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3AEDD is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 174 | 221 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.13 |
| HSL | 287.23º | 0.41% | 0.77% | - |
| HSV(B) | 287.23º | 0.21% | 0.87% | - |
| XYZ | 55.05 | 49.34 | 75.03 | - |
| YUV | 190.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 221 | 0.05 | 0.21 | 0 | 0.13 | 287.23 | 0.41 | 0.77 |
| Hex | D3 | AE | DD | 5 | 15 | 0 | D | 11F | 29 | 4D |
| Octal | 323 | 256 | 335 | 5 | 25 | 0 | 15 | 437 | 51 | 115 |
| Binary | 11010011 | 10101110 | 11011101 | 101 | 10101 | 0 | 1101 | 100011111 | 101001 | 1001101 |
Color Harmonies of #D3AEDD
Complementary color
Monochromatic Colors of #D3AEDD
Black with #D3AEDD
Text Example
Text Example
White with #D3AEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AEDD; }
p { color: rgb(211,174,221); }
H1.HeaderClassName
{
color: #D3AEDD;
}
.AnyTagClassName
{
color: #D3AEDD;
}
</style>
background-color css
<style>
a { background-color: #D3AEDD; }
a { background-color: rgb(211,174,221); }
div.DivClassName
{
background-color: #D3AEDD;
}
.BgClassName
{
background-color: #D3AEDD;
}
</style>
border-color css
<style>
span { border-color: #D3AEDD; }
span { border-color: rgb(211,174,221); }
td.TdClassName
{
border-color: #D3AEDD;
}
.TagClassName
{
border-color: #D3AEDD;
}
</style>