Shades of Lavender Grey #ADACE0
Tints of Lavender Grey #ADACE0
RGB
CMYK
RGB Variations
Color information
#ADACE0 (or 0xADACE0) is known color: Lavender Grey. HEX triplet: AD, AC and E0. RGB value is (173,172,224). Sum of RGB (Red+Green+Blue) = 173+172+224=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACE0 is #52531F. Grayscale: #B2B2B2. Windows color (decimal): -5395232 or 14724269. OLE color: 14724269.
HSL color Cylindrical-coordinate representation of color #ADACE0: hue angle of 241.15º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADACE0 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 172 | 224 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.12 |
| HSL | 241.15º | 0.46% | 0.78% | - |
| HSV(B) | 241.15º | 0.23% | 0.88% | - |
| XYZ | 45.44 | 43.77 | 76.57 | - |
| YUV | 178.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 224 | 0.23 | 0.23 | 0 | 0.12 | 241.15 | 0.46 | 0.78 |
| Hex | AD | AC | E0 | 17 | 17 | 0 | C | F1 | 2E | 4E |
| Octal | 255 | 254 | 340 | 27 | 27 | 0 | 14 | 361 | 56 | 116 |
| Binary | 10101101 | 10101100 | 11100000 | 10111 | 10111 | 0 | 1100 | 11110001 | 101110 | 1001110 |
Color Harmonies of #ADACE0
Complementary color
Monochromatic Colors of #ADACE0
Black with #ADACE0
Text Example
Text Example
White with #ADACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACE0; }
p { color: rgb(173,172,224); }
H1.HeaderClassName
{
color: #ADACE0;
}
.AnyTagClassName
{
color: #ADACE0;
}
</style>
background-color css
<style>
a { background-color: #ADACE0; }
a { background-color: rgb(173,172,224); }
div.DivClassName
{
background-color: #ADACE0;
}
.BgClassName
{
background-color: #ADACE0;
}
</style>
border-color css
<style>
span { border-color: #ADACE0; }
span { border-color: rgb(173,172,224); }
td.TdClassName
{
border-color: #ADACE0;
}
.TagClassName
{
border-color: #ADACE0;
}
</style>