#ADADC4

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

Shades of Wistful #ADADC4

Tints of Wistful #ADADC4

Color information

#ADADC4 (or 0xADADC4) is unknown color: approx Wistful. HEX triplet: AD, AD and C4. RGB value is (173,173,196). Sum of RGB (Red+Green+Blue) = 173+173+196=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADC4 is #52523B. Grayscale: #AFAFAF. Windows color (decimal): -5395004 or 12889517. OLE color: 12889517.

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

Color convert

RGB173173196-
CMYK0.120.1200.23
HSL240º16.31%72.35%-
HSV(B)240º11.73%76.86%-
XYZ42.1442.7658.26-
YUV175.62139.5126.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 196 (76.95% from 255) = 36.16%
R=31.92%
G=31.92%
B=36.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731731960.120.1200.2324016.3172.35
HexADADC4CC017f01048
Octal255255304141402736020110
Binary1010110110101101110001001100110001011111110000100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADC4; }

 p { color: rgb(173,173,196); }

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

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

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

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

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

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

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