Shades of Lavender Grey #ADABDD
Tints of Lavender Grey #ADABDD
RGB
CMYK
RGB Variations
Color information
#ADABDD (or 0xADABDD) is known color: Lavender Grey. HEX triplet: AD, AB and DD. RGB value is (173,171,221). Sum of RGB (Red+Green+Blue) = 173+171+221=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABDD is #525422. Grayscale: #B1B1B1. Windows color (decimal): -5395491 or 14527405. OLE color: 14527405.
HSL color Cylindrical-coordinate representation of color #ADABDD: hue angle of 242.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADABDD is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 171 | 221 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.13 |
| HSL | 242.4º | 0.42% | 0.77% | - |
| HSV(B) | 242.4º | 0.23% | 0.87% | - |
| XYZ | 44.85 | 43.23 | 74.39 | - |
| YUV | 177.3 | 152.66 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 221 | 0.22 | 0.23 | 0 | 0.13 | 242.4 | 0.42 | 0.77 |
| Hex | AD | AB | DD | 16 | 17 | 0 | D | F2 | 2A | 4D |
| Octal | 255 | 253 | 335 | 26 | 27 | 0 | 15 | 362 | 52 | 115 |
| Binary | 10101101 | 10101011 | 11011101 | 10110 | 10111 | 0 | 1101 | 11110010 | 101010 | 1001101 |
Color Harmonies of #ADABDD
Complementary color
Monochromatic Colors of #ADABDD
Black with #ADABDD
Text Example
Text Example
White with #ADABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABDD; }
p { color: rgb(173,171,221); }
H1.HeaderClassName
{
color: #ADABDD;
}
.AnyTagClassName
{
color: #ADABDD;
}
</style>
background-color css
<style>
a { background-color: #ADABDD; }
a { background-color: rgb(173,171,221); }
div.DivClassName
{
background-color: #ADABDD;
}
.BgClassName
{
background-color: #ADABDD;
}
</style>
border-color css
<style>
span { border-color: #ADABDD; }
span { border-color: rgb(173,171,221); }
td.TdClassName
{
border-color: #ADABDD;
}
.TagClassName
{
border-color: #ADABDD;
}
</style>