Shades of Lavender Grey #ADACE1
Tints of Lavender Grey #ADACE1
RGB
CMYK
RGB Variations
Color information
#ADACE1 (or 0xADACE1) is known color: Lavender Grey. HEX triplet: AD, AC and E1. RGB value is (173,172,225). Sum of RGB (Red+Green+Blue) = 173+172+225=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACE1 is #52531E. Grayscale: #B2B2B2. Windows color (decimal): -5395231 or 14789805. OLE color: 14789805.
HSL color Cylindrical-coordinate representation of color #ADACE1: hue angle of 241.13º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADACE1 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 173 | 172 | 225 | - |
CMYK | 0.23 | 0.24 | 0 | 0.12 |
HSL | 241.13º | 0.47% | 0.78% | - |
HSV(B) | 241.13º | 0.24% | 0.88% | - |
XYZ | 45.58 | 43.83 | 77.29 | - |
YUV | 178.34 | 154.33 | 124.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 172 | 225 | 0.23 | 0.24 | 0 | 0.12 | 241.13 | 0.47 | 0.78 |
Hex | AD | AC | E1 | 17 | 18 | 0 | C | F1 | 2F | 4E |
Octal | 255 | 254 | 341 | 27 | 30 | 0 | 14 | 361 | 57 | 116 |
Binary | 10101101 | 10101100 | 11100001 | 10111 | 11000 | 0 | 1100 | 11110001 | 101111 | 1001110 |
Color Harmonies of #ADACE1
Complementary color
Monochromatic Colors of #ADACE1
Black with #ADACE1
Text Example
Text Example
White with #ADACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACE1; }
p { color: rgb(173,172,225); }
H1.HeaderClassName
{
color: #ADACE1;
}
.AnyTagClassName
{
color: #ADACE1;
}
</style>
background-color css
<style>
a { background-color: #ADACE1; }
a { background-color: rgb(173,172,225); }
div.DivClassName
{
background-color: #ADACE1;
}
.BgClassName
{
background-color: #ADACE1;
}
</style>
border-color css
<style>
span { border-color: #ADACE1; }
span { border-color: rgb(173,172,225); }
td.TdClassName
{
border-color: #ADACE1;
}
.TagClassName
{
border-color: #ADACE1;
}
</style>