Shades of Lavender Grey #ADAED6
Tints of Lavender Grey #ADAED6
RGB
CMYK
RGB Variations
Color information
#ADAED6 (or 0xADAED6) is known color: Lavender Grey. HEX triplet: AD, AE and D6. RGB value is (173,174,214). Sum of RGB (Red+Green+Blue) = 173+174+214=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADAED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAED6 is #525129. Grayscale: #B2B2B2. Windows color (decimal): -5394730 or 14069421. OLE color: 14069421.
HSL color Cylindrical-coordinate representation of color #ADAED6: hue angle of 238.54º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADAED6 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 174 | 214 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.16 |
| HSL | 238.54º | 0.33% | 0.76% | - |
| HSV(B) | 238.54º | 0.19% | 0.84% | - |
| XYZ | 44.51 | 44.01 | 69.77 | - |
| YUV | 178.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 214 | 0.19 | 0.19 | 0 | 0.16 | 238.54 | 0.33 | 0.76 |
| Hex | AD | AE | D6 | 13 | 13 | 0 | 10 | EF | 21 | 4C |
| Octal | 255 | 256 | 326 | 23 | 23 | 0 | 20 | 357 | 41 | 114 |
| Binary | 10101101 | 10101110 | 11010110 | 10011 | 10011 | 0 | 10000 | 11101111 | 100001 | 1001100 |
Color Harmonies of #ADAED6
Complementary color
Monochromatic Colors of #ADAED6
Black with #ADAED6
Text Example
Text Example
White with #ADAED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAED6; }
p { color: rgb(173,174,214); }
H1.HeaderClassName
{
color: #ADAED6;
}
.AnyTagClassName
{
color: #ADAED6;
}
</style>
background-color css
<style>
a { background-color: #ADAED6; }
a { background-color: rgb(173,174,214); }
div.DivClassName
{
background-color: #ADAED6;
}
.BgClassName
{
background-color: #ADAED6;
}
</style>
border-color css
<style>
span { border-color: #ADAED6; }
span { border-color: rgb(173,174,214); }
td.TdClassName
{
border-color: #ADAED6;
}
.TagClassName
{
border-color: #ADAED6;
}
</style>