#AFAED7

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

Shades of Lavender Grey #AFAED7

Tints of Lavender Grey #AFAED7

Color information

#AFAED7 (or 0xAFAED7) is unknown color: approx Lavender Grey. HEX triplet: AF, AE and D7. RGB value is (175,174,215). Sum of RGB (Red+Green+Blue) = 175+174+215=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFAED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAED7 is #505128. Grayscale: #B2B2B2. Windows color (decimal): -5263657 or 14134959. OLE color: 14134959.

HSL color Cylindrical-coordinate representation of color #AFAED7: hue angle of 241.46º degrees, saturation: 0.34, 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 #AFAED7 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175174215-
CMYK0.190.1900.16
HSL241.46º33.88%76.27%-
HSV(B)241.46º19.07%84.31%-
XYZ45.0844.2970.46-
YUV178.97148.33125.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 215 (84.38% from 255) = 38.12%
R=31.03%
G=30.85%
B=38.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751742150.190.1900.16241.4633.8876.27
HexAFAED71313010f1224c
Octal257256327232302036142114
Binary1010111110101110110101111001110011010000111100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAED7; }

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

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

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

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

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

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

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

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