Html Css Color HEX #ADADC5 Wistful

📋 copy color: '#ADADC5'

red 173 ◦ green 173 ◦ blue 197

#ADADC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #ADADC5

Tints of Wistful #ADADC5

RGB

 RED value IS 173 (67.97% from 255) = 31.86%

 GREEN value IS 173 (67.97% from 255) = 31.86%

 BLUE value IS 197 (77.34% from 255) = 36.28%

R = 31.86%
G = 31.86%
B = 36.28%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ADADC5 (or 0xADADC5) is known color: Wistful. HEX triplet: AD, AD and C5. RGB value is (173,173,197). Sum of RGB (Red+Green+Blue) = 173+173+197=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADADC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADC5 is #52523A. Grayscale: #AFAFAF. Windows color (decimal): -5395003 or 12955053. OLE color: 12955053.

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

Color convert

RGB 173 173 197 -
CMYK 0.12 0.12 0 0.23
HSL 240º 0.17% 0.73% -
HSV(B) 240º 0.12% 0.77% -
XYZ 42.26 42.8 58.86 -
YUV 175.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 173 173 197 0.12 0.12 0 0.23 240 0.17 0.73
Hex AD AD C5 C C 0 17 F0 11 49
Octal 255 255 305 14 14 0 27 360 21 111
Binary 10101101 10101101 11000101 1100 1100 0 10111 11110000 10001 1001001

Color Harmonies of #ADADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADC5

Black with #ADADC5

Text Example


Text Example

White with #ADADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADC5; }

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

 H1.HeaderClassName
 {
   color: #ADADC5;
 }
 .AnyTagClassName
 {
   color: #ADADC5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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