Shades of Lavender Grey #ADAED5
Tints of Lavender Grey #ADAED5
RGB
CMYK
RGB Variations
Color information
#ADAED5 (or 0xADAED5) is known color: Lavender Grey. HEX triplet: AD, AE and D5. RGB value is (173,174,213). Sum of RGB (Red+Green+Blue) = 173+174+213=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADAED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAED5 is #52512A. Grayscale: #B1B1B1. Windows color (decimal): -5394731 or 14003885. OLE color: 14003885.
HSL color Cylindrical-coordinate representation of color #ADAED5: hue angle of 238.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADAED5 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 174 | 213 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.16 |
| HSL | 238.5º | 0.32% | 0.76% | - |
| HSV(B) | 238.5º | 0.19% | 0.84% | - |
| XYZ | 44.38 | 43.96 | 69.1 | - |
| YUV | 178.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 213 | 0.19 | 0.18 | 0 | 0.16 | 238.5 | 0.32 | 0.76 |
| Hex | AD | AE | D5 | 13 | 12 | 0 | 10 | EE | 20 | 4C |
| Octal | 255 | 256 | 325 | 23 | 22 | 0 | 20 | 356 | 40 | 114 |
| Binary | 10101101 | 10101110 | 11010101 | 10011 | 10010 | 0 | 10000 | 11101110 | 100000 | 1001100 |
Color Harmonies of #ADAED5
Complementary color
Monochromatic Colors of #ADAED5
Black with #ADAED5
Text Example
Text Example
White with #ADAED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAED5; }
p { color: rgb(173,174,213); }
H1.HeaderClassName
{
color: #ADAED5;
}
.AnyTagClassName
{
color: #ADAED5;
}
</style>
background-color css
<style>
a { background-color: #ADAED5; }
a { background-color: rgb(173,174,213); }
div.DivClassName
{
background-color: #ADAED5;
}
.BgClassName
{
background-color: #ADAED5;
}
</style>
border-color css
<style>
span { border-color: #ADAED5; }
span { border-color: rgb(173,174,213); }
td.TdClassName
{
border-color: #ADAED5;
}
.TagClassName
{
border-color: #ADAED5;
}
</style>