#ACADCE

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

Shades of Wistful #ACADCE

Tints of Wistful #ACADCE

Color information

#ACADCE (or 0xACADCE) is unknown color: approx Wistful. HEX triplet: AC, AD and CE. RGB value is (172,173,206). Sum of RGB (Red+Green+Blue) = 172+173+206=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADCE is #535231. Grayscale: #B0B0B0. Windows color (decimal): -5460530 or 13544876. OLE color: 13544876.

HSL color Cylindrical-coordinate representation of color #ACADCE: hue angle of 238.24º degrees, saturation: 0.26, 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 #ACADCE is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172173206-
CMYK0.170.1600.19
HSL238.24º25.76%74.12%-
HSV(B)238.24º16.5%80.78%-
XYZ43.143.1164.44-
YUV176.46144.67124.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=31.22%
G=31.40%
B=37.39%

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
Decimal1721732060.170.1600.19238.2425.7674.12
HexACADCE1110013ee1a4a
Octal254255316212002335632112
Binary101011001010110111001110100011000001001111101110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADCE; }

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

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

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

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

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

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

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

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