Shades of Lavender Grey #AEADDC
Tints of Lavender Grey #AEADDC
RGB
CMYK
RGB Variations
Color information
#AEADDC (or 0xAEADDC) is known color: Lavender Grey. HEX triplet: AE, AD and DC. RGB value is (174,173,220). Sum of RGB (Red+Green+Blue) = 174+173+220=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADDC is #515223. Grayscale: #B2B2B2. Windows color (decimal): -5329444 or 14462382. OLE color: 14462382.
HSL color Cylindrical-coordinate representation of color #AEADDC: hue angle of 241.28º 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 #AEADDC is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 173 | 220 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.14 |
| HSL | 241.28º | 0.4% | 0.77% | - |
| HSV(B) | 241.28º | 0.21% | 0.86% | - |
| XYZ | 45.32 | 44.05 | 73.82 | - |
| YUV | 178.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 220 | 0.21 | 0.21 | 0 | 0.14 | 241.28 | 0.4 | 0.77 |
| Hex | AE | AD | DC | 15 | 15 | 0 | E | F1 | 28 | 4D |
| Octal | 256 | 255 | 334 | 25 | 25 | 0 | 16 | 361 | 50 | 115 |
| Binary | 10101110 | 10101101 | 11011100 | 10101 | 10101 | 0 | 1110 | 11110001 | 101000 | 1001101 |
Color Harmonies of #AEADDC
Complementary color
Monochromatic Colors of #AEADDC
Black with #AEADDC
Text Example
Text Example
White with #AEADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADDC; }
p { color: rgb(174,173,220); }
H1.HeaderClassName
{
color: #AEADDC;
}
.AnyTagClassName
{
color: #AEADDC;
}
</style>
background-color css
<style>
a { background-color: #AEADDC; }
a { background-color: rgb(174,173,220); }
div.DivClassName
{
background-color: #AEADDC;
}
.BgClassName
{
background-color: #AEADDC;
}
</style>
border-color css
<style>
span { border-color: #AEADDC; }
span { border-color: rgb(174,173,220); }
td.TdClassName
{
border-color: #AEADDC;
}
.TagClassName
{
border-color: #AEADDC;
}
</style>