Shades of Lavender Grey #AEAFDB
Tints of Lavender Grey #AEAFDB
RGB
CMYK
RGB Variations
Color information
#AEAFDB (or 0xAEAFDB) is known color: Lavender Grey. HEX triplet: AE, AF and DB. RGB value is (174,175,219). Sum of RGB (Red+Green+Blue) = 174+175+219=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFDB is #515024. Grayscale: #B3B3B3. Windows color (decimal): -5328933 or 14397358. OLE color: 14397358.
HSL color Cylindrical-coordinate representation of color #AEAFDB: hue angle of 238.67º 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 #AEAFDB is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 175 | 219 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.14 |
| HSL | 238.67º | 0.38% | 0.77% | - |
| HSV(B) | 238.67º | 0.21% | 0.86% | - |
| XYZ | 45.57 | 44.77 | 73.26 | - |
| YUV | 179.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 175 | 219 | 0.21 | 0.20 | 0 | 0.14 | 238.67 | 0.38 | 0.77 |
| Hex | AE | AF | DB | 15 | 14 | 0 | E | EF | 26 | 4D |
| Octal | 256 | 257 | 333 | 25 | 24 | 0 | 16 | 357 | 46 | 115 |
| Binary | 10101110 | 10101111 | 11011011 | 10101 | 10100 | 0 | 1110 | 11101111 | 100110 | 1001101 |
Color Harmonies of #AEAFDB
Complementary color
Monochromatic Colors of #AEAFDB
Black with #AEAFDB
Text Example
Text Example
White with #AEAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAFDB; }
p { color: rgb(174,175,219); }
H1.HeaderClassName
{
color: #AEAFDB;
}
.AnyTagClassName
{
color: #AEAFDB;
}
</style>
background-color css
<style>
a { background-color: #AEAFDB; }
a { background-color: rgb(174,175,219); }
div.DivClassName
{
background-color: #AEAFDB;
}
.BgClassName
{
background-color: #AEAFDB;
}
</style>
border-color css
<style>
span { border-color: #AEAFDB; }
span { border-color: rgb(174,175,219); }
td.TdClassName
{
border-color: #AEAFDB;
}
.TagClassName
{
border-color: #AEAFDB;
}
</style>