Shades of Prelude #D2AEDC
Tints of Prelude #D2AEDC
RGB
CMYK
RGB Variations
Color information
#D2AEDC (or 0xD2AEDC) is known color: Prelude. HEX triplet: D2, AE and DC. RGB value is (210,174,220). Sum of RGB (Red+Green+Blue) = 210+174+220=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEDC is #2D5123. Grayscale: #BDBDBD. Windows color (decimal): -2969892 or 14462674. OLE color: 14462674.
HSL color Cylindrical-coordinate representation of color #D2AEDC: hue angle of 286.96º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2AEDC is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 174 | 220 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.14 |
| HSL | 286.96º | 0.4% | 0.77% | - |
| HSV(B) | 286.96º | 0.21% | 0.86% | - |
| XYZ | 54.63 | 49.14 | 74.32 | - |
| YUV | 190.01 | 144.93 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 220 | 0.05 | 0.21 | 0 | 0.14 | 286.96 | 0.4 | 0.77 |
| Hex | D2 | AE | DC | 5 | 15 | 0 | E | 11F | 28 | 4D |
| Octal | 322 | 256 | 334 | 5 | 25 | 0 | 16 | 437 | 50 | 115 |
| Binary | 11010010 | 10101110 | 11011100 | 101 | 10101 | 0 | 1110 | 100011111 | 101000 | 1001101 |
Color Harmonies of #D2AEDC
Complementary color
Monochromatic Colors of #D2AEDC
Black with #D2AEDC
Text Example
Text Example
White with #D2AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AEDC; }
p { color: rgb(210,174,220); }
H1.HeaderClassName
{
color: #D2AEDC;
}
.AnyTagClassName
{
color: #D2AEDC;
}
</style>
background-color css
<style>
a { background-color: #D2AEDC; }
a { background-color: rgb(210,174,220); }
div.DivClassName
{
background-color: #D2AEDC;
}
.BgClassName
{
background-color: #D2AEDC;
}
</style>
border-color css
<style>
span { border-color: #D2AEDC; }
span { border-color: rgb(210,174,220); }
td.TdClassName
{
border-color: #D2AEDC;
}
.TagClassName
{
border-color: #D2AEDC;
}
</style>