#AFAED6

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

Shades of Lavender Grey #AFAED6

Tints of Lavender Grey #AFAED6

Color information

#AFAED6 (or 0xAFAED6) is unknown color: approx Lavender Grey. HEX triplet: AF, AE and D6. RGB value is (175,174,214). Sum of RGB (Red+Green+Blue) = 175+174+214=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 174 (68.36% from 255 or 30.91% 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 #AFAED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAED6 is #505129. Grayscale: #B2B2B2. Windows color (decimal): -5263658 or 14069423. OLE color: 14069423.

HSL color Cylindrical-coordinate representation of color #AFAED6: hue angle of 241.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 #AFAED6 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175174214-
CMYK0.180.1900.16
HSL241.5º32.79%76.08%-
HSV(B)241.5º18.69%83.92%-
XYZ44.9544.2469.79-
YUV178.86147.83125.25-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751742140.180.1900.16241.532.7976.08
HexAFAED61213010f2214c
Octal257256326222302036241114
Binary1010111110101110110101101001010011010000111100101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAED6; }

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

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

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

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

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

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

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

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