#AFACDD

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

Shades of Lavender Grey #AFACDD

Tints of Lavender Grey #AFACDD

Color information

#AFACDD (or 0xAFACDD) is unknown color: approx Lavender Grey. HEX triplet: AF, AC and DD. RGB value is (175,172,221). Sum of RGB (Red+Green+Blue) = 175+172+221=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACDD is #505322. Grayscale: #B2B2B2. Windows color (decimal): -5264163 or 14527663. OLE color: 14527663.

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

Color convert

RGB175172221-
CMYK0.210.2200.13
HSL243.67º41.88%77.06%-
HSV(B)243.67º22.17%86.67%-
XYZ45.4843.8474.47-
YUV178.48151.99125.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=30.81%
G=30.28%
B=38.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751722210.210.2200.13243.6741.8877.06
HexAFACDD15160Df42a4d
Octal257254335252601536452115
Binary101011111010110011011101101011011001101111101001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACDD; }

 p { color: rgb(175,172,221); }

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

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

 a { background-color: rgb(175,172,221); }

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

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

 span { border-color: rgb(175,172,221); }

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