Shades of Lavender Grey #AEB0DB
Tints of Lavender Grey #AEB0DB
RGB
CMYK
RGB Variations
Color information
#AEB0DB (or 0xAEB0DB) is known color: Lavender Grey. HEX triplet: AE, B0 and DB. RGB value is (174,176,219). Sum of RGB (Red+Green+Blue) = 174+176+219=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEB0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB0DB is #514F24. Grayscale: #B4B4B4. Windows color (decimal): -5328677 or 14397614. OLE color: 14397614.
HSL color Cylindrical-coordinate representation of color #AEB0DB: hue angle of 237.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEB0DB is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 176 | 219 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.14 |
| HSL | 237.33º | 0.38% | 0.77% | - |
| HSV(B) | 237.33º | 0.21% | 0.86% | - |
| XYZ | 45.77 | 45.16 | 73.32 | - |
| YUV | 180.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 176 | 219 | 0.21 | 0.20 | 0 | 0.14 | 237.33 | 0.38 | 0.77 |
| Hex | AE | B0 | DB | 15 | 14 | 0 | E | ED | 26 | 4D |
| Octal | 256 | 260 | 333 | 25 | 24 | 0 | 16 | 355 | 46 | 115 |
| Binary | 10101110 | 10110000 | 11011011 | 10101 | 10100 | 0 | 1110 | 11101101 | 100110 | 1001101 |
Color Harmonies of #AEB0DB
Complementary color
Monochromatic Colors of #AEB0DB
Black with #AEB0DB
Text Example
Text Example
White with #AEB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB0DB; }
p { color: rgb(174,176,219); }
H1.HeaderClassName
{
color: #AEB0DB;
}
.AnyTagClassName
{
color: #AEB0DB;
}
</style>
background-color css
<style>
a { background-color: #AEB0DB; }
a { background-color: rgb(174,176,219); }
div.DivClassName
{
background-color: #AEB0DB;
}
.BgClassName
{
background-color: #AEB0DB;
}
</style>
border-color css
<style>
span { border-color: #AEB0DB; }
span { border-color: rgb(174,176,219); }
td.TdClassName
{
border-color: #AEB0DB;
}
.TagClassName
{
border-color: #AEB0DB;
}
</style>