#AFABDE

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

Shades of Lavender Grey #AFABDE

Tints of Lavender Grey #AFABDE

Color information

#AFABDE (or 0xAFABDE) is unknown color: approx Lavender Grey. HEX triplet: AF, AB and DE. RGB value is (175,171,222). Sum of RGB (Red+Green+Blue) = 175+171+222=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABDE is #505421. Grayscale: #B1B1B1. Windows color (decimal): -5264418 or 14592943. OLE color: 14592943.

HSL color Cylindrical-coordinate representation of color #AFABDE: hue angle of 244.71º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFABDE is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175171222-
CMYK0.210.2300.13
HSL244.71º43.59%77.06%-
HSV(B)244.71º22.97%87.06%-
XYZ45.4343.5175.11-
YUV178.01152.83125.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=30.81%
G=30.11%
B=39.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751712220.210.2300.13244.7143.5977.06
HexAFABDE15170Df52c4d
Octal257253336252701536554115
Binary101011111010101111011110101011011101101111101011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABDE; }

 p { color: rgb(175,171,222); }

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

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

 a { background-color: rgb(175,171,222); }

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

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

 span { border-color: rgb(175,171,222); }

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