#ACACDE

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

Shades of Lavender Grey #ACACDE

Tints of Lavender Grey #ACACDE

Color information

#ACACDE (or 0xACACDE) is unknown color: approx Lavender Grey. HEX triplet: AC, AC and DE. RGB value is (172,172,222). Sum of RGB (Red+Green+Blue) = 172+172+222=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACDE is #535321. Grayscale: #B1B1B1. Windows color (decimal): -5460770 or 14593196. OLE color: 14593196.

HSL color Cylindrical-coordinate representation of color #ACACDE: hue angle of 240º degrees, saturation: 0.43, 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 #ACACDE is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172172222-
CMYK0.230.2300.13
HSL240º43.1%77.25%-
HSV(B)240º22.52%87.06%-
XYZ44.9543.5575.14-
YUV177.7153123.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.39%
GREEN value IS 172 (67.58% from 255) = 30.39%
BLUE value IS 222 (87.11% from 255) = 39.22%
R=30.39%
G=30.39%
B=39.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721722220.230.2300.1324043.177.25
HexACACDE17170Df02b4d
Octal254254336272701536053115
Binary101011001010110011011110101111011101101111100001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACDE; }

 p { color: rgb(172,172,222); }

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

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

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

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

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

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

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