#ADADC2

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

Shades of Wistful #ADADC2

Tints of Wistful #ADADC2

Color information

#ADADC2 (or 0xADADC2) is unknown color: approx Wistful. HEX triplet: AD, AD and C2. RGB value is (173,173,194). Sum of RGB (Red+Green+Blue) = 173+173+194=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADC2 is #52523D. Grayscale: #AFAFAF. Windows color (decimal): -5395006 or 12758445. OLE color: 12758445.

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

Color convert

RGB173173194-
CMYK0.110.1100.24
HSL240º14.69%71.96%-
HSV(B)240º10.82%76.08%-
XYZ41.9142.6757.07-
YUV175.39138.5126.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 173 (67.97% from 255) = 32.04%
BLUE value IS 194 (76.17% from 255) = 35.93%
R=32.04%
G=32.04%
B=35.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731731940.110.1100.2424014.6971.96
HexADADC2BB018f0f48
Octal255255302131303036017110
Binary101011011010110111000010101110110110001111000011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADC2; }

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

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

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

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

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

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

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

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