Shades of Lavender Grey #ADABE0
Tints of Lavender Grey #ADABE0
RGB
CMYK
RGB Variations
Color information
#ADABE0 (or 0xADABE0) is known color: Lavender Grey. HEX triplet: AD, AB and E0. RGB value is (173,171,224). Sum of RGB (Red+Green+Blue) = 173+171+224=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADABE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABE0 is #52541F. Grayscale: #B1B1B1. Windows color (decimal): -5395488 or 14724013. OLE color: 14724013.
HSL color Cylindrical-coordinate representation of color #ADABE0: hue angle of 242.26º degrees, saturation: 0.46, 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 #ADABE0 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 171 | 224 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.12 |
| HSL | 242.26º | 0.46% | 0.77% | - |
| HSV(B) | 242.26º | 0.24% | 0.88% | - |
| XYZ | 45.25 | 43.39 | 76.51 | - |
| YUV | 177.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 224 | 0.23 | 0.24 | 0 | 0.12 | 242.26 | 0.46 | 0.77 |
| Hex | AD | AB | E0 | 17 | 18 | 0 | C | F2 | 2E | 4D |
| Octal | 255 | 253 | 340 | 27 | 30 | 0 | 14 | 362 | 56 | 115 |
| Binary | 10101101 | 10101011 | 11100000 | 10111 | 11000 | 0 | 1100 | 11110010 | 101110 | 1001101 |
Color Harmonies of #ADABE0
Complementary color
Monochromatic Colors of #ADABE0
Black with #ADABE0
Text Example
Text Example
White with #ADABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABE0; }
p { color: rgb(173,171,224); }
H1.HeaderClassName
{
color: #ADABE0;
}
.AnyTagClassName
{
color: #ADABE0;
}
</style>
background-color css
<style>
a { background-color: #ADABE0; }
a { background-color: rgb(173,171,224); }
div.DivClassName
{
background-color: #ADABE0;
}
.BgClassName
{
background-color: #ADABE0;
}
</style>
border-color css
<style>
span { border-color: #ADABE0; }
span { border-color: rgb(173,171,224); }
td.TdClassName
{
border-color: #ADABE0;
}
.TagClassName
{
border-color: #ADABE0;
}
</style>