#ACACD1

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

Shades of Wistful #ACACD1

Tints of Wistful #ACACD1

Color information

#ACACD1 (or 0xACACD1) is unknown color: approx Wistful. HEX triplet: AC, AC and D1. RGB value is (172,172,209). Sum of RGB (Red+Green+Blue) = 172+172+209=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 209 - color contains mainly: blue. Hex color #ACACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACD1 is #53532E. Grayscale: #B0B0B0. Windows color (decimal): -5460783 or 13741228. OLE color: 13741228.

HSL color Cylindrical-coordinate representation of color #ACACD1: hue angle of 240º degrees, saturation: 0.29, 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 #ACACD1 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172172209-
CMYK0.180.1800.18
HSL240º28.68%74.71%-
HSV(B)240º17.7%81.96%-
XYZ43.2742.8866.32-
YUV176.22146.5124.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 209 (82.03% from 255) = 37.79%
R=31.10%
G=31.10%
B=37.79%

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
Decimal1721722090.180.1800.1824028.6874.71
HexACACD11212012f01d4b
Octal254254321222202236035113
Binary101011001010110011010001100101001001001011110000111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACD1; }

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

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

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

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

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

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

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

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