Shades of Lavender Grey #AEAEDC
Tints of Lavender Grey #AEAEDC
RGB
CMYK
RGB Variations
Color information
#AEAEDC (or 0xAEAEDC) is known color: Lavender Grey. HEX triplet: AE, AE and DC. RGB value is (174,174,220). Sum of RGB (Red+Green+Blue) = 174+174+220=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEDC is #515123. Grayscale: #B3B3B3. Windows color (decimal): -5329188 or 14462638. OLE color: 14462638.
HSL color Cylindrical-coordinate representation of color #AEAEDC: hue angle of 240º 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 #AEAEDC is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 174 | 220 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.14 |
| HSL | 240º | 0.4% | 0.77% | - |
| HSV(B) | 240º | 0.21% | 0.86% | - |
| XYZ | 45.51 | 44.44 | 73.89 | - |
| YUV | 179.24 | 151 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 174 | 220 | 0.21 | 0.21 | 0 | 0.14 | 240 | 0.4 | 0.77 |
| Hex | AE | AE | DC | 15 | 15 | 0 | E | F0 | 28 | 4D |
| Octal | 256 | 256 | 334 | 25 | 25 | 0 | 16 | 360 | 50 | 115 |
| Binary | 10101110 | 10101110 | 11011100 | 10101 | 10101 | 0 | 1110 | 11110000 | 101000 | 1001101 |
Color Harmonies of #AEAEDC
Complementary color
Monochromatic Colors of #AEAEDC
Black with #AEAEDC
Text Example
Text Example
White with #AEAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAEDC; }
p { color: rgb(174,174,220); }
H1.HeaderClassName
{
color: #AEAEDC;
}
.AnyTagClassName
{
color: #AEAEDC;
}
</style>
background-color css
<style>
a { background-color: #AEAEDC; }
a { background-color: rgb(174,174,220); }
div.DivClassName
{
background-color: #AEAEDC;
}
.BgClassName
{
background-color: #AEAEDC;
}
</style>
border-color css
<style>
span { border-color: #AEAEDC; }
span { border-color: rgb(174,174,220); }
td.TdClassName
{
border-color: #AEAEDC;
}
.TagClassName
{
border-color: #AEAEDC;
}
</style>