Html Css Color HEX #ADADC1 Wistful

📋 copy color: '#ADADC1'

red 173 ◦ green 173 ◦ blue 193

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

Shades of Wistful #ADADC1

Tints of Wistful #ADADC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.81%

R = 32.1%
G = 32.1%
B = 35.81%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ADADC1 (or 0xADADC1) is known color: Wistful. HEX triplet: AD, AD and C1. RGB value is (173,173,193). Sum of RGB (Red+Green+Blue) = 173+173+193=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADC1 is #52523E. Grayscale: #AFAFAF. Windows color (decimal): -5395007 or 12692909. OLE color: 12692909.

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

Color convert

RGB 173 173 193 -
CMYK 0.10 0.10 0 0.24
HSL 240º 0.14% 0.72% -
HSV(B) 240º 0.1% 0.76% -
XYZ 41.8 42.62 56.48 -
YUV 175.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 173 173 193 0.10 0.10 0 0.24 240 0.14 0.72
Hex AD AD C1 A A 0 18 F0 E 48
Octal 255 255 301 12 12 0 30 360 16 110
Binary 10101101 10101101 11000001 1010 1010 0 11000 11110000 1110 1001000

Color Harmonies of #ADADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADC1

Black with #ADADC1

Text Example


Text Example

White with #ADADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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