Shades of Lavender Grey #ADACDD
Tints of Lavender Grey #ADACDD
RGB
CMYK
RGB Variations
Color information
#ADACDD (or 0xADACDD) is known color: Lavender Grey. HEX triplet: AD, AC and DD. RGB value is (173,172,221). Sum of RGB (Red+Green+Blue) = 173+172+221=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACDD is #525322. Grayscale: #B1B1B1. Windows color (decimal): -5395235 or 14527661. OLE color: 14527661.
HSL color Cylindrical-coordinate representation of color #ADACDD: hue angle of 241.22º degrees, saturation: 0.42, 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 #ADACDD is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 172 | 221 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.13 |
| HSL | 241.22º | 0.42% | 0.77% | - |
| HSV(B) | 241.22º | 0.22% | 0.87% | - |
| XYZ | 45.04 | 43.61 | 74.45 | - |
| YUV | 177.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 221 | 0.22 | 0.22 | 0 | 0.13 | 241.22 | 0.42 | 0.77 |
| Hex | AD | AC | DD | 16 | 16 | 0 | D | F1 | 2A | 4D |
| Octal | 255 | 254 | 335 | 26 | 26 | 0 | 15 | 361 | 52 | 115 |
| Binary | 10101101 | 10101100 | 11011101 | 10110 | 10110 | 0 | 1101 | 11110001 | 101010 | 1001101 |
Color Harmonies of #ADACDD
Complementary color
Monochromatic Colors of #ADACDD
Black with #ADACDD
Text Example
Text Example
White with #ADACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACDD; }
p { color: rgb(173,172,221); }
H1.HeaderClassName
{
color: #ADACDD;
}
.AnyTagClassName
{
color: #ADACDD;
}
</style>
background-color css
<style>
a { background-color: #ADACDD; }
a { background-color: rgb(173,172,221); }
div.DivClassName
{
background-color: #ADACDD;
}
.BgClassName
{
background-color: #ADACDD;
}
</style>
border-color css
<style>
span { border-color: #ADACDD; }
span { border-color: rgb(173,172,221); }
td.TdClassName
{
border-color: #ADACDD;
}
.TagClassName
{
border-color: #ADACDD;
}
</style>