#AEAFDC

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

Shades of Lavender Grey #AEAFDC

Tints of Lavender Grey #AEAFDC

Color information

#AEAFDC (or 0xAEAFDC) is unknown color: approx Lavender Grey. HEX triplet: AE, AF and DC. RGB value is (174,175,220). Sum of RGB (Red+Green+Blue) = 174+175+220=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEAFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFDC is #515023. Grayscale: #B3B3B3. Windows color (decimal): -5328932 or 14462894. OLE color: 14462894.

HSL color Cylindrical-coordinate representation of color #AEAFDC: hue angle of 238.7º degrees, saturation: 0.4, 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 #AEAFDC is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174175220-
CMYK0.210.2000.14
HSL238.7º39.66%77.25%-
HSV(B)238.7º20.91%86.27%-
XYZ45.744.8373.95-
YUV179.83150.67123.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.58%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=30.58%
G=30.76%
B=38.66%

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
Decimal1741752200.210.2000.14238.739.6677.25
HexAEAFDC15140Eef284d
Octal256257334252401635750115
Binary101011101010111111011100101011010001110111011111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFDC; }

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

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

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

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

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

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

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

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