#ACAADE

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

Shades of Wistful #ACAADE

Tints of Wistful #ACAADE

Color information

#ACAADE (or 0xACAADE) is unknown color: approx Wistful. HEX triplet: AC, AA and DE. RGB value is (172,170,222). Sum of RGB (Red+Green+Blue) = 172+170+222=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACAADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAADE is #535521. Grayscale: #B0B0B0. Windows color (decimal): -5461282 or 14592684. OLE color: 14592684.

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

Color convert

RGB172170222-
CMYK0.230.2300.13
HSL242.31º44.07%76.86%-
HSV(B)242.31º23.42%87.06%-
XYZ44.5742.7975.02-
YUV176.53153.66124.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.50%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 222 (87.11% from 255) = 39.36%
R=30.50%
G=30.14%
B=39.36%

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
Decimal1721702220.230.2300.13242.3144.0776.86
HexACAADE17170Df22c4d
Octal254252336272701536254115
Binary101011001010101011011110101111011101101111100101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAADE; }

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

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

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

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

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

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

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

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