#AEAFD6

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

Shades of Lavender Grey #AEAFD6

Tints of Lavender Grey #AEAFD6

Color information

#AEAFD6 (or 0xAEAFD6) is unknown color: approx Lavender Grey. HEX triplet: AE, AF and D6. RGB value is (174,175,214). Sum of RGB (Red+Green+Blue) = 174+175+214=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEAFD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFD6 is #515029. Grayscale: #B2B2B2. Windows color (decimal): -5328938 or 14069678. OLE color: 14069678.

HSL color Cylindrical-coordinate representation of color #AEAFD6: hue angle of 238.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEAFD6 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174175214-
CMYK0.190.1800.16
HSL238.5º32.79%76.08%-
HSV(B)238.5º18.69%83.92%-
XYZ44.9244.5169.84-
YUV179.15147.67124.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.91%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 214 (83.98% from 255) = 38.01%
R=30.91%
G=31.08%
B=38.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741752140.190.1800.16238.532.7976.08
HexAEAFD61312010ee214c
Octal256257326232202035641114
Binary1010111010101111110101101001110010010000111011101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFD6; }

 p { color: rgb(174,175,214); }

 H1.HeaderClassName
 {
   color: #AEAFD6;
 }
 .AnyTagClassName
 {
   color: #AEAFD6;
 }
</style>
background-color css

<style>
 a { background-color: #AEAFD6; }

 a { background-color: rgb(174,175,214); }

 div.DivClassName
 {
   background-color: #AEAFD6;
 }
 .BgClassName
 {
   background-color: #AEAFD6;
 }
</style>
border-color css

<style>
 span { border-color: #AEAFD6; }

 span { border-color: rgb(174,175,214); }

 td.TdClassName
 {
   border-color: #AEAFD6;
 }
 .TagClassName
 {
   border-color: #AEAFD6;
 }
</style>