#ACADCF

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

Shades of Wistful #ACADCF

Tints of Wistful #ACADCF

Color information

#ACADCF (or 0xACADCF) is unknown color: approx Wistful. HEX triplet: AC, AD and CF. RGB value is (172,173,207). Sum of RGB (Red+Green+Blue) = 172+173+207=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACADCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADCF is #535230. Grayscale: #B0B0B0. Windows color (decimal): -5460529 or 13610412. OLE color: 13610412.

HSL color Cylindrical-coordinate representation of color #ACADCF: hue angle of 238.29º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACADCF is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172173207-
CMYK0.170.1600.19
HSL238.29º26.72%74.31%-
HSV(B)238.29º16.91%81.18%-
XYZ43.2243.1665.08-
YUV176.58145.17124.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 173 (67.97% from 255) = 31.34%
BLUE value IS 207 (81.25% from 255) = 37.5%
R=31.16%
G=31.34%
B=37.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721732070.170.1600.19238.2926.7274.31
HexACADCF1110013ee1b4a
Octal254255317212002335633112
Binary101011001010110111001111100011000001001111101110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADCF; }

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

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

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

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

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

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

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

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