Shades of Lavender Grey #AEACDF
Tints of Lavender Grey #AEACDF
RGB
CMYK
RGB Variations
Color information
#AEACDF (or 0xAEACDF) is known color: Lavender Grey. HEX triplet: AE, AC and DF. RGB value is (174,172,223). Sum of RGB (Red+Green+Blue) = 174+172+223=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACDF is #515320. Grayscale: #B2B2B2. Windows color (decimal): -5329697 or 14658734. OLE color: 14658734.
HSL color Cylindrical-coordinate representation of color #AEACDF: hue angle of 242.35º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEACDF is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 172 | 223 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.13 |
| HSL | 242.35º | 0.44% | 0.77% | - |
| HSV(B) | 242.35º | 0.23% | 0.87% | - |
| XYZ | 45.53 | 43.83 | 75.87 | - |
| YUV | 178.41 | 153.16 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 223 | 0.22 | 0.23 | 0 | 0.13 | 242.35 | 0.44 | 0.77 |
| Hex | AE | AC | DF | 16 | 17 | 0 | D | F2 | 2C | 4D |
| Octal | 256 | 254 | 337 | 26 | 27 | 0 | 15 | 362 | 54 | 115 |
| Binary | 10101110 | 10101100 | 11011111 | 10110 | 10111 | 0 | 1101 | 11110010 | 101100 | 1001101 |
Color Harmonies of #AEACDF
Complementary color
Monochromatic Colors of #AEACDF
Black with #AEACDF
Text Example
Text Example
White with #AEACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACDF; }
p { color: rgb(174,172,223); }
H1.HeaderClassName
{
color: #AEACDF;
}
.AnyTagClassName
{
color: #AEACDF;
}
</style>
background-color css
<style>
a { background-color: #AEACDF; }
a { background-color: rgb(174,172,223); }
div.DivClassName
{
background-color: #AEACDF;
}
.BgClassName
{
background-color: #AEACDF;
}
</style>
border-color css
<style>
span { border-color: #AEACDF; }
span { border-color: rgb(174,172,223); }
td.TdClassName
{
border-color: #AEACDF;
}
.TagClassName
{
border-color: #AEACDF;
}
</style>