Shades of Lavender Grey #ADAAE1
Tints of Lavender Grey #ADAAE1
RGB
CMYK
RGB Variations
Color information
#ADAAE1 (or 0xADAAE1) is known color: Lavender Grey. HEX triplet: AD, AA and E1. RGB value is (173,170,225). Sum of RGB (Red+Green+Blue) = 173+170+225=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADAAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAE1 is #52551E. Grayscale: #B0B0B0. Windows color (decimal): -5395743 or 14789293. OLE color: 14789293.
HSL color Cylindrical-coordinate representation of color #ADAAE1: hue angle of 243.27º degrees, saturation: 0.48, 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 #ADAAE1 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 170 | 225 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.12 |
| HSL | 243.27º | 0.48% | 0.77% | - |
| HSV(B) | 243.27º | 0.24% | 0.88% | - |
| XYZ | 45.2 | 43.07 | 77.17 | - |
| YUV | 177.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 225 | 0.23 | 0.24 | 0 | 0.12 | 243.27 | 0.48 | 0.77 |
| Hex | AD | AA | E1 | 17 | 18 | 0 | C | F3 | 30 | 4D |
| Octal | 255 | 252 | 341 | 27 | 30 | 0 | 14 | 363 | 60 | 115 |
| Binary | 10101101 | 10101010 | 11100001 | 10111 | 11000 | 0 | 1100 | 11110011 | 110000 | 1001101 |
Color Harmonies of #ADAAE1
Complementary color
Monochromatic Colors of #ADAAE1
Black with #ADAAE1
Text Example
Text Example
White with #ADAAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAAE1; }
p { color: rgb(173,170,225); }
H1.HeaderClassName
{
color: #ADAAE1;
}
.AnyTagClassName
{
color: #ADAAE1;
}
</style>
background-color css
<style>
a { background-color: #ADAAE1; }
a { background-color: rgb(173,170,225); }
div.DivClassName
{
background-color: #ADAAE1;
}
.BgClassName
{
background-color: #ADAAE1;
}
</style>
border-color css
<style>
span { border-color: #ADAAE1; }
span { border-color: rgb(173,170,225); }
td.TdClassName
{
border-color: #ADAAE1;
}
.TagClassName
{
border-color: #ADAAE1;
}
</style>