Shades of Lavender Grey #AEACDC
Tints of Lavender Grey #AEACDC
RGB
CMYK
RGB Variations
Color information
#AEACDC (or 0xAEACDC) is known color: Lavender Grey. HEX triplet: AE, AC and DC. RGB value is (174,172,220). Sum of RGB (Red+Green+Blue) = 174+172+220=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACDC is #515323. Grayscale: #B1B1B1. Windows color (decimal): -5329700 or 14462126. OLE color: 14462126.
HSL color Cylindrical-coordinate representation of color #AEACDC: hue angle of 242.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEACDC is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 172 | 220 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.14 |
| HSL | 242.5º | 0.41% | 0.77% | - |
| HSV(B) | 242.5º | 0.22% | 0.86% | - |
| XYZ | 45.13 | 43.67 | 73.76 | - |
| YUV | 178.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 220 | 0.21 | 0.22 | 0 | 0.14 | 242.5 | 0.41 | 0.77 |
| Hex | AE | AC | DC | 15 | 16 | 0 | E | F2 | 29 | 4D |
| Octal | 256 | 254 | 334 | 25 | 26 | 0 | 16 | 362 | 51 | 115 |
| Binary | 10101110 | 10101100 | 11011100 | 10101 | 10110 | 0 | 1110 | 11110010 | 101001 | 1001101 |
Color Harmonies of #AEACDC
Complementary color
Monochromatic Colors of #AEACDC
Black with #AEACDC
Text Example
Text Example
White with #AEACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACDC; }
p { color: rgb(174,172,220); }
H1.HeaderClassName
{
color: #AEACDC;
}
.AnyTagClassName
{
color: #AEACDC;
}
</style>
background-color css
<style>
a { background-color: #AEACDC; }
a { background-color: rgb(174,172,220); }
div.DivClassName
{
background-color: #AEACDC;
}
.BgClassName
{
background-color: #AEACDC;
}
</style>
border-color css
<style>
span { border-color: #AEACDC; }
span { border-color: rgb(174,172,220); }
td.TdClassName
{
border-color: #AEACDC;
}
.TagClassName
{
border-color: #AEACDC;
}
</style>