Shades of Lavender Grey #ADADDD
Tints of Lavender Grey #ADADDD
RGB
CMYK
RGB Variations
Color information
#ADADDD (or 0xADADDD) is known color: Lavender Grey. HEX triplet: AD, AD and DD. RGB value is (173,173,221). Sum of RGB (Red+Green+Blue) = 173+173+221=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADDD is #525222. Grayscale: #B2B2B2. Windows color (decimal): -5394979 or 14527917. OLE color: 14527917.
HSL color Cylindrical-coordinate representation of color #ADADDD: hue angle of 240º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADADDD is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 173 | 221 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.13 |
| HSL | 240º | 0.41% | 0.77% | - |
| HSV(B) | 240º | 0.22% | 0.87% | - |
| XYZ | 45.23 | 43.99 | 74.51 | - |
| YUV | 178.47 | 152 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 221 | 0.22 | 0.22 | 0 | 0.13 | 240 | 0.41 | 0.77 |
| Hex | AD | AD | DD | 16 | 16 | 0 | D | F0 | 29 | 4D |
| Octal | 255 | 255 | 335 | 26 | 26 | 0 | 15 | 360 | 51 | 115 |
| Binary | 10101101 | 10101101 | 11011101 | 10110 | 10110 | 0 | 1101 | 11110000 | 101001 | 1001101 |
Color Harmonies of #ADADDD
Complementary color
Monochromatic Colors of #ADADDD
Black with #ADADDD
Text Example
Text Example
White with #ADADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADDD; }
p { color: rgb(173,173,221); }
H1.HeaderClassName
{
color: #ADADDD;
}
.AnyTagClassName
{
color: #ADADDD;
}
</style>
background-color css
<style>
a { background-color: #ADADDD; }
a { background-color: rgb(173,173,221); }
div.DivClassName
{
background-color: #ADADDD;
}
.BgClassName
{
background-color: #ADADDD;
}
</style>
border-color css
<style>
span { border-color: #ADADDD; }
span { border-color: rgb(173,173,221); }
td.TdClassName
{
border-color: #ADADDD;
}
.TagClassName
{
border-color: #ADADDD;
}
</style>