Shades of Lavender Grey #AEABDB
Tints of Lavender Grey #AEABDB
RGB
CMYK
RGB Variations
Color information
#AEABDB (or 0xAEABDB) is known color: Lavender Grey. HEX triplet: AE, AB and DB. RGB value is (174,171,219). Sum of RGB (Red+Green+Blue) = 174+171+219=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABDB is #515424. Grayscale: #B1B1B1. Windows color (decimal): -5329957 or 14396334. OLE color: 14396334.
HSL color Cylindrical-coordinate representation of color #AEABDB: hue angle of 243.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEABDB is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 171 | 219 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.14 |
| HSL | 243.75º | 0.4% | 0.76% | - |
| HSV(B) | 243.75º | 0.22% | 0.86% | - |
| XYZ | 44.8 | 43.24 | 73 | - |
| YUV | 177.37 | 151.49 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 219 | 0.21 | 0.22 | 0 | 0.14 | 243.75 | 0.4 | 0.76 |
| Hex | AE | AB | DB | 15 | 16 | 0 | E | F4 | 28 | 4C |
| Octal | 256 | 253 | 333 | 25 | 26 | 0 | 16 | 364 | 50 | 114 |
| Binary | 10101110 | 10101011 | 11011011 | 10101 | 10110 | 0 | 1110 | 11110100 | 101000 | 1001100 |
Color Harmonies of #AEABDB
Complementary color
Monochromatic Colors of #AEABDB
Black with #AEABDB
Text Example
Text Example
White with #AEABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEABDB; }
p { color: rgb(174,171,219); }
H1.HeaderClassName
{
color: #AEABDB;
}
.AnyTagClassName
{
color: #AEABDB;
}
</style>
background-color css
<style>
a { background-color: #AEABDB; }
a { background-color: rgb(174,171,219); }
div.DivClassName
{
background-color: #AEABDB;
}
.BgClassName
{
background-color: #AEABDB;
}
</style>
border-color css
<style>
span { border-color: #AEABDB; }
span { border-color: rgb(174,171,219); }
td.TdClassName
{
border-color: #AEABDB;
}
.TagClassName
{
border-color: #AEABDB;
}
</style>