#ADADC3

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

Shades of Wistful #ADADC3

Tints of Wistful #ADADC3

Color information

#ADADC3 (or 0xADADC3) is unknown color: approx Wistful. HEX triplet: AD, AD and C3. RGB value is (173,173,195). Sum of RGB (Red+Green+Blue) = 173+173+195=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADADC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADC3 is #52523C. Grayscale: #AFAFAF. Windows color (decimal): -5395005 or 12823981. OLE color: 12823981.

HSL color Cylindrical-coordinate representation of color #ADADC3: 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 #ADADC3 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173173195-
CMYK0.110.1100.24
HSL240º15.49%72.16%-
HSV(B)240º11.28%76.47%-
XYZ42.0342.7157.66-
YUV175.51139126.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 195 (76.56% from 255) = 36.04%
R=31.98%
G=31.98%
B=36.04%

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
Decimal1731731950.110.1100.2424015.4972.16
HexADADC3BB018f0f48
Octal255255303131303036017110
Binary101011011010110111000011101110110110001111000011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADC3; }

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

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

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

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

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

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

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

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