#AEAFD3

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

Shades of Lavender Grey #AEAFD3

Tints of Lavender Grey #AEAFD3

Color information

#AEAFD3 (or 0xAEAFD3) is unknown color: approx Lavender Grey. HEX triplet: AE, AF and D3. RGB value is (174,175,211). Sum of RGB (Red+Green+Blue) = 174+175+211=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: blue. Hex color #AEAFD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFD3 is #51502C. Grayscale: #B2B2B2. Windows color (decimal): -5328941 or 13873070. OLE color: 13873070.

HSL color Cylindrical-coordinate representation of color #AEAFD3: hue angle of 238.38º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEAFD3 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB174175211-
CMYK0.180.1700.17
HSL238.38º29.6%75.49%-
HSV(B)238.38º17.54%82.75%-
XYZ44.5444.3667.84-
YUV178.8146.17124.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 211 (82.81% from 255) = 37.68%
R=31.07%
G=31.25%
B=37.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741752110.180.1700.17238.3829.675.49
HexAEAFD31211011ee1e4b
Octal256257323222102135636113
Binary101011101010111111010011100101000101000111101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFD3; }

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

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

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

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

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

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

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

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