#ACACD7

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

Shades of Wistful #ACACD7

Tints of Wistful #ACACD7

Color information

#ACACD7 (or 0xACACD7) is unknown color: approx Wistful. HEX triplet: AC, AC and D7. RGB value is (172,172,215). Sum of RGB (Red+Green+Blue) = 172+172+215=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACD7 is #535328. Grayscale: #B0B0B0. Windows color (decimal): -5460777 or 14134444. OLE color: 14134444.

HSL color Cylindrical-coordinate representation of color #ACACD7: hue angle of 240º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACACD7 is Cyan = 0.2, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172172215-
CMYK0.20.200.16
HSL240º34.96%75.88%-
HSV(B)240º20%84.31%-
XYZ44.0343.1870.3-
YUV176.9149.5124.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 215 (84.38% from 255) = 38.46%
R=30.77%
G=30.77%
B=38.46%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721722150.20.200.1624034.9675.88
HexACACD71414010f0234c
Octal254254327242402036043114
Binary1010110010101100110101111010010100010000111100001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACD7; }

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

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

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

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

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

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

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

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