Shades of Lavender Grey #AEADDA
Tints of Lavender Grey #AEADDA
RGB
CMYK
RGB Variations
Color information
#AEADDA (or 0xAEADDA) is known color: Lavender Grey. HEX triplet: AE, AD and DA. RGB value is (174,173,218). Sum of RGB (Red+Green+Blue) = 174+173+218=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADDA is #515225. Grayscale: #B2B2B2. Windows color (decimal): -5329446 or 14331310. OLE color: 14331310.
HSL color Cylindrical-coordinate representation of color #AEADDA: hue angle of 241.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEADDA is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 173 | 218 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.15 |
| HSL | 241.33º | 0.38% | 0.77% | - |
| HSV(B) | 241.33º | 0.21% | 0.85% | - |
| XYZ | 45.05 | 43.95 | 72.44 | - |
| YUV | 178.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 218 | 0.20 | 0.21 | 0 | 0.15 | 241.33 | 0.38 | 0.77 |
| Hex | AE | AD | DA | 14 | 15 | 0 | F | F1 | 26 | 4D |
| Octal | 256 | 255 | 332 | 24 | 25 | 0 | 17 | 361 | 46 | 115 |
| Binary | 10101110 | 10101101 | 11011010 | 10100 | 10101 | 0 | 1111 | 11110001 | 100110 | 1001101 |
Color Harmonies of #AEADDA
Complementary color
Monochromatic Colors of #AEADDA
Black with #AEADDA
Text Example
Text Example
White with #AEADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADDA; }
p { color: rgb(174,173,218); }
H1.HeaderClassName
{
color: #AEADDA;
}
.AnyTagClassName
{
color: #AEADDA;
}
</style>
background-color css
<style>
a { background-color: #AEADDA; }
a { background-color: rgb(174,173,218); }
div.DivClassName
{
background-color: #AEADDA;
}
.BgClassName
{
background-color: #AEADDA;
}
</style>
border-color css
<style>
span { border-color: #AEADDA; }
span { border-color: rgb(174,173,218); }
td.TdClassName
{
border-color: #AEADDA;
}
.TagClassName
{
border-color: #AEADDA;
}
</style>