Shades of Lavender Grey #ADAEDC
Tints of Lavender Grey #ADAEDC
RGB
CMYK
RGB Variations
Color information
#ADAEDC (or 0xADAEDC) is known color: Lavender Grey. HEX triplet: AD, AE and DC. RGB value is (173,174,220). Sum of RGB (Red+Green+Blue) = 173+174+220=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEDC is #525123. Grayscale: #B2B2B2. Windows color (decimal): -5394724 or 14462637. OLE color: 14462637.
HSL color Cylindrical-coordinate representation of color #ADAEDC: hue angle of 238.72º degrees, saturation: 0.4, 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 #ADAEDC is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 174 | 220 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.14 |
| HSL | 238.72º | 0.4% | 0.77% | - |
| HSV(B) | 238.72º | 0.21% | 0.86% | - |
| XYZ | 45.29 | 44.32 | 73.88 | - |
| YUV | 178.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 220 | 0.21 | 0.21 | 0 | 0.14 | 238.72 | 0.4 | 0.77 |
| Hex | AD | AE | DC | 15 | 15 | 0 | E | EF | 28 | 4D |
| Octal | 255 | 256 | 334 | 25 | 25 | 0 | 16 | 357 | 50 | 115 |
| Binary | 10101101 | 10101110 | 11011100 | 10101 | 10101 | 0 | 1110 | 11101111 | 101000 | 1001101 |
Color Harmonies of #ADAEDC
Complementary color
Monochromatic Colors of #ADAEDC
Black with #ADAEDC
Text Example
Text Example
White with #ADAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAEDC; }
p { color: rgb(173,174,220); }
H1.HeaderClassName
{
color: #ADAEDC;
}
.AnyTagClassName
{
color: #ADAEDC;
}
</style>
background-color css
<style>
a { background-color: #ADAEDC; }
a { background-color: rgb(173,174,220); }
div.DivClassName
{
background-color: #ADAEDC;
}
.BgClassName
{
background-color: #ADAEDC;
}
</style>
border-color css
<style>
span { border-color: #ADAEDC; }
span { border-color: rgb(173,174,220); }
td.TdClassName
{
border-color: #ADAEDC;
}
.TagClassName
{
border-color: #ADAEDC;
}
</style>