#AEAFDB

Color #AEAFDB Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #AEAFDB

Tints of Lavender Grey #AEAFDB

Color information

#AEAFDB (or 0xAEAFDB) is unknown color: approx 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

RGB174175219-
CMYK0.210.2000.14
HSL238.67º38.46%77.06%-
HSV(B)238.67º20.55%85.88%-
XYZ45.5744.7773.26-
YUV179.72150.17123.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 30.63%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=30.63%
G=30.81%
B=38.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741752190.210.2000.14238.6738.4677.06
HexAEAFDB15140Eef264d
Octal256257333252401635746115
Binary101011101010111111011011101011010001110111011111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>