#ACADD9

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

Shades of Wistful #ACADD9

Tints of Wistful #ACADD9

Color information

#ACADD9 (or 0xACADD9) is unknown color: approx Wistful. HEX triplet: AC, AD and D9. RGB value is (172,173,217). Sum of RGB (Red+Green+Blue) = 172+173+217=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACADD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADD9 is #535226. Grayscale: #B1B1B1. Windows color (decimal): -5460519 or 14265772. OLE color: 14265772.

HSL color Cylindrical-coordinate representation of color #ACADD9: hue angle of 238.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACADD9 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172173217-
CMYK0.210.2000.15
HSL238.67º37.19%76.27%-
HSV(B)238.67º20.74%85.1%-
XYZ44.4843.6771.73-
YUV177.72150.17123.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 217 (85.16% from 255) = 38.61%
R=30.60%
G=30.78%
B=38.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721732170.210.2000.15238.6737.1976.27
HexACADD915140Fef254c
Octal254255331252401735745114
Binary101011001010110111011001101011010001111111011111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADD9; }

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

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

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

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

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

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

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

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