#AFAED1

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

Shades of Lavender Grey #AFAED1

Tints of Lavender Grey #AFAED1

Color information

#AFAED1 (or 0xAFAED1) is unknown color: approx Lavender Grey. HEX triplet: AF, AE and D1. RGB value is (175,174,209). Sum of RGB (Red+Green+Blue) = 175+174+209=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 209 - color contains mainly: blue. Hex color #AFAED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAED1 is #50512E. Grayscale: #B2B2B2. Windows color (decimal): -5263663 or 13741743. OLE color: 13741743.

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

Color convert

RGB175174209-
CMYK0.160.1700.18
HSL241.71º27.56%75.1%-
HSV(B)241.71º16.75%81.96%-
XYZ44.3243.9966.48-
YUV178.29145.33125.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 209 (82.03% from 255) = 37.46%
R=31.36%
G=31.18%
B=37.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751742090.160.1700.18241.7127.5675.1
HexAFAED11011012f21c4b
Octal257256321202102236234113
Binary101011111010111011010001100001000101001011110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAED1; }

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

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

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

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

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

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

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

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