Shades of Lavender Grey #AEABDD
Tints of Lavender Grey #AEABDD
RGB
CMYK
RGB Variations
Color information
#AEABDD (or 0xAEABDD) is known color: Lavender Grey. HEX triplet: AE, AB and DD. RGB value is (174,171,221). Sum of RGB (Red+Green+Blue) = 174+171+221=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABDD is #515422. Grayscale: #B1B1B1. Windows color (decimal): -5329955 or 14527406. OLE color: 14527406.
HSL color Cylindrical-coordinate representation of color #AEABDD: hue angle of 243.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEABDD is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 171 | 221 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.13 |
| HSL | 243.6º | 0.42% | 0.77% | - |
| HSV(B) | 243.6º | 0.23% | 0.87% | - |
| XYZ | 45.07 | 43.34 | 74.4 | - |
| YUV | 177.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 221 | 0.21 | 0.23 | 0 | 0.13 | 243.6 | 0.42 | 0.77 |
| Hex | AE | AB | DD | 15 | 17 | 0 | D | F4 | 2A | 4D |
| Octal | 256 | 253 | 335 | 25 | 27 | 0 | 15 | 364 | 52 | 115 |
| Binary | 10101110 | 10101011 | 11011101 | 10101 | 10111 | 0 | 1101 | 11110100 | 101010 | 1001101 |
Color Harmonies of #AEABDD
Complementary color
Monochromatic Colors of #AEABDD
Black with #AEABDD
Text Example
Text Example
White with #AEABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEABDD; }
p { color: rgb(174,171,221); }
H1.HeaderClassName
{
color: #AEABDD;
}
.AnyTagClassName
{
color: #AEABDD;
}
</style>
background-color css
<style>
a { background-color: #AEABDD; }
a { background-color: rgb(174,171,221); }
div.DivClassName
{
background-color: #AEABDD;
}
.BgClassName
{
background-color: #AEABDD;
}
</style>
border-color css
<style>
span { border-color: #AEABDD; }
span { border-color: rgb(174,171,221); }
td.TdClassName
{
border-color: #AEABDD;
}
.TagClassName
{
border-color: #AEABDD;
}
</style>