Shades of Lavender Grey #ADADDA
Tints of Lavender Grey #ADADDA
RGB
CMYK
RGB Variations
Color information
#ADADDA (or 0xADADDA) is known color: Lavender Grey. HEX triplet: AD, AD and DA. RGB value is (173,173,218). Sum of RGB (Red+Green+Blue) = 173+173+218=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADDA is #525225. Grayscale: #B1B1B1. Windows color (decimal): -5394982 or 14331309. OLE color: 14331309.
HSL color Cylindrical-coordinate representation of color #ADADDA: hue angle of 240º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADADDA is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 173 | 218 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.15 |
| HSL | 240º | 0.38% | 0.77% | - |
| HSV(B) | 240º | 0.21% | 0.85% | - |
| XYZ | 44.83 | 43.83 | 72.43 | - |
| YUV | 178.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 218 | 0.21 | 0.21 | 0 | 0.15 | 240 | 0.38 | 0.77 |
| Hex | AD | AD | DA | 15 | 15 | 0 | F | F0 | 26 | 4D |
| Octal | 255 | 255 | 332 | 25 | 25 | 0 | 17 | 360 | 46 | 115 |
| Binary | 10101101 | 10101101 | 11011010 | 10101 | 10101 | 0 | 1111 | 11110000 | 100110 | 1001101 |
Color Harmonies of #ADADDA
Complementary color
Monochromatic Colors of #ADADDA
Black with #ADADDA
Text Example
Text Example
White with #ADADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADDA; }
p { color: rgb(173,173,218); }
H1.HeaderClassName
{
color: #ADADDA;
}
.AnyTagClassName
{
color: #ADADDA;
}
</style>
background-color css
<style>
a { background-color: #ADADDA; }
a { background-color: rgb(173,173,218); }
div.DivClassName
{
background-color: #ADADDA;
}
.BgClassName
{
background-color: #ADADDA;
}
</style>
border-color css
<style>
span { border-color: #ADADDA; }
span { border-color: rgb(173,173,218); }
td.TdClassName
{
border-color: #ADADDA;
}
.TagClassName
{
border-color: #ADADDA;
}
</style>