#AFAEDC

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

Shades of Lavender Grey #AFAEDC

Tints of Lavender Grey #AFAEDC

Color information

#AFAEDC (or 0xAFAEDC) is unknown color: approx Lavender Grey. HEX triplet: AF, AE and DC. RGB value is (175,174,220). Sum of RGB (Red+Green+Blue) = 175+174+220=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEDC is #505123. Grayscale: #B3B3B3. Windows color (decimal): -5263652 or 14462639. OLE color: 14462639.

HSL color Cylindrical-coordinate representation of color #AFAEDC: hue angle of 241.3º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFAEDC is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175174220-
CMYK0.200.2100.14
HSL241.3º39.66%77.25%-
HSV(B)241.3º20.91%86.27%-
XYZ45.7344.5573.9-
YUV179.54150.83124.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=30.76%
G=30.58%
B=38.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751742200.200.2100.14241.339.6677.25
HexAFAEDC14150Ef1284d
Octal257256334242501636150115
Binary101011111010111011011100101001010101110111100011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEDC; }

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

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

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

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

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

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

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

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