#AFAED0

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

Shades of Lavender Grey #AFAED0

Tints of Lavender Grey #AFAED0

Color information

#AFAED0 (or 0xAFAED0) is unknown color: approx Lavender Grey. HEX triplet: AF, AE and D0. RGB value is (175,174,208). Sum of RGB (Red+Green+Blue) = 175+174+208=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFAED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAED0 is #50512F. Grayscale: #B2B2B2. Windows color (decimal): -5263664 or 13676207. OLE color: 13676207.

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

Color convert

RGB175174208-
CMYK0.160.1600.18
HSL241.76º26.56%74.9%-
HSV(B)241.76º16.35%81.57%-
XYZ44.243.9465.83-
YUV178.18144.83125.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 208 (81.64% from 255) = 37.34%
R=31.42%
G=31.24%
B=37.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751742080.160.1600.18241.7626.5674.9
HexAFAED01010012f21b4b
Octal257256320202002236233113
Binary101011111010111011010000100001000001001011110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAED0; }

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

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

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

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

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

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

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

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