#ACADCC

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

Shades of Wistful #ACADCC

Tints of Wistful #ACADCC

Color information

#ACADCC (or 0xACADCC) is unknown color: approx Wistful. HEX triplet: AC, AD and CC. RGB value is (172,173,204). Sum of RGB (Red+Green+Blue) = 172+173+204=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADCC is #535233. Grayscale: #B0B0B0. Windows color (decimal): -5460532 or 13413804. OLE color: 13413804.

HSL color Cylindrical-coordinate representation of color #ACADCC: hue angle of 238.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACADCC is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172173204-
CMYK0.160.1500.2
HSL238.12º23.88%73.73%-
HSV(B)238.12º15.69%80%-
XYZ42.8643.0263.17-
YUV176.24143.67124.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=31.33%
G=31.51%
B=37.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721732040.160.1500.2238.1223.8873.73
HexACADCC10F014ee184a
Octal254255314201702435630112
Binary10101100101011011100110010000111101010011101110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADCC; }

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

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

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

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

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

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

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

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