#ADACC7

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

Shades of Wistful #ADACC7

Tints of Wistful #ADACC7

Color information

#ADACC7 (or 0xADACC7) is unknown color: approx Wistful. HEX triplet: AD, AC and C7. RGB value is (173,172,199). Sum of RGB (Red+Green+Blue) = 173+172+199=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 199 - color contains mainly: blue. Hex color #ADACC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACC7 is #525338. Grayscale: #AFAFAF. Windows color (decimal): -5395257 or 13085869. OLE color: 13085869.

HSL color Cylindrical-coordinate representation of color #ADACC7: hue angle of 242.22º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADACC7 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173172199-
CMYK0.130.1400.22
HSL242.22º19.42%72.75%-
HSV(B)242.22º13.57%78.04%-
XYZ42.2942.5160.01-
YUV175.38141.33126.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 199 (78.12% from 255) = 36.58%
R=31.80%
G=31.62%
B=36.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731721990.130.1400.22242.2219.4272.75
HexADACC7DE016f21349
Octal255254307151602636223111
Binary1010110110101100110001111101111001011011110010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACC7; }

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

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

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

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

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

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

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

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