#ACADD2

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

Shades of Wistful #ACADD2

Tints of Wistful #ACADD2

Color information

#ACADD2 (or 0xACADD2) is unknown color: approx Wistful. HEX triplet: AC, AD and D2. RGB value is (172,173,210). Sum of RGB (Red+Green+Blue) = 172+173+210=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 210 - color contains mainly: blue. Hex color #ACADD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADD2 is #53522D. Grayscale: #B0B0B0. Windows color (decimal): -5460526 or 13807020. OLE color: 13807020.

HSL color Cylindrical-coordinate representation of color #ACADD2: hue angle of 238.42º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACADD2 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172173210-
CMYK0.180.1800.18
HSL238.42º29.69%74.9%-
HSV(B)238.42º18.1%82.35%-
XYZ43.5943.3167.04-
YUV176.92146.67124.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 210 (82.42% from 255) = 37.84%
R=30.99%
G=31.17%
B=37.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721732100.180.1800.18238.4229.6974.9
HexACADD21212012ee1e4b
Octal254255322222202235636113
Binary101011001010110111010010100101001001001011101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADD2; }

 p { color: rgb(172,173,210); }

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

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

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

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

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

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

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