Shades of Lavender Grey #ADAAE0
Tints of Lavender Grey #ADAAE0
RGB
CMYK
RGB Variations
Color information
#ADAAE0 (or 0xADAAE0) is known color: Lavender Grey. HEX triplet: AD, AA and E0. RGB value is (173,170,224). Sum of RGB (Red+Green+Blue) = 173+170+224=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADAAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAE0 is #52551F. Grayscale: #B0B0B0. Windows color (decimal): -5395744 or 14723757. OLE color: 14723757.
HSL color Cylindrical-coordinate representation of color #ADAAE0: hue angle of 243.33º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADAAE0 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 170 | 224 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.12 |
| HSL | 243.33º | 0.47% | 0.77% | - |
| HSV(B) | 243.33º | 0.24% | 0.88% | - |
| XYZ | 45.06 | 43.02 | 76.45 | - |
| YUV | 177.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 224 | 0.23 | 0.24 | 0 | 0.12 | 243.33 | 0.47 | 0.77 |
| Hex | AD | AA | E0 | 17 | 18 | 0 | C | F3 | 2F | 4D |
| Octal | 255 | 252 | 340 | 27 | 30 | 0 | 14 | 363 | 57 | 115 |
| Binary | 10101101 | 10101010 | 11100000 | 10111 | 11000 | 0 | 1100 | 11110011 | 101111 | 1001101 |
Color Harmonies of #ADAAE0
Complementary color
Monochromatic Colors of #ADAAE0
Black with #ADAAE0
Text Example
Text Example
White with #ADAAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAAE0; }
p { color: rgb(173,170,224); }
H1.HeaderClassName
{
color: #ADAAE0;
}
.AnyTagClassName
{
color: #ADAAE0;
}
</style>
background-color css
<style>
a { background-color: #ADAAE0; }
a { background-color: rgb(173,170,224); }
div.DivClassName
{
background-color: #ADAAE0;
}
.BgClassName
{
background-color: #ADAAE0;
}
</style>
border-color css
<style>
span { border-color: #ADAAE0; }
span { border-color: rgb(173,170,224); }
td.TdClassName
{
border-color: #ADAAE0;
}
.TagClassName
{
border-color: #ADAAE0;
}
</style>