Shades of Lavender Grey #ADACDB
Tints of Lavender Grey #ADACDB
RGB
CMYK
RGB Variations
Color information
#ADACDB (or 0xADACDB) is known color: Lavender Grey. HEX triplet: AD, AC and DB. RGB value is (173,172,219). Sum of RGB (Red+Green+Blue) = 173+172+219=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACDB is #525324. Grayscale: #B1B1B1. Windows color (decimal): -5395237 or 14396589. OLE color: 14396589.
HSL color Cylindrical-coordinate representation of color #ADACDB: hue angle of 241.28º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADACDB is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 172 | 219 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.14 |
| HSL | 241.28º | 0.39% | 0.77% | - |
| HSV(B) | 241.28º | 0.21% | 0.86% | - |
| XYZ | 44.77 | 43.5 | 73.06 | - |
| YUV | 177.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 219 | 0.21 | 0.21 | 0 | 0.14 | 241.28 | 0.39 | 0.77 |
| Hex | AD | AC | DB | 15 | 15 | 0 | E | F1 | 27 | 4D |
| Octal | 255 | 254 | 333 | 25 | 25 | 0 | 16 | 361 | 47 | 115 |
| Binary | 10101101 | 10101100 | 11011011 | 10101 | 10101 | 0 | 1110 | 11110001 | 100111 | 1001101 |
Color Harmonies of #ADACDB
Complementary color
Monochromatic Colors of #ADACDB
Black with #ADACDB
Text Example
Text Example
White with #ADACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACDB; }
p { color: rgb(173,172,219); }
H1.HeaderClassName
{
color: #ADACDB;
}
.AnyTagClassName
{
color: #ADACDB;
}
</style>
background-color css
<style>
a { background-color: #ADACDB; }
a { background-color: rgb(173,172,219); }
div.DivClassName
{
background-color: #ADACDB;
}
.BgClassName
{
background-color: #ADACDB;
}
</style>
border-color css
<style>
span { border-color: #ADACDB; }
span { border-color: rgb(173,172,219); }
td.TdClassName
{
border-color: #ADACDB;
}
.TagClassName
{
border-color: #ADACDB;
}
</style>