Html Css Color HEX #ADADC9 Wistful

📋 copy color: '#ADADC9'

red 173 ◦ green 173 ◦ blue 201

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

Shades of Wistful #ADADC9

Tints of Wistful #ADADC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.75%

R = 31.63%
G = 31.63%
B = 36.75%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ADADC9 (or 0xADADC9) is known color: Wistful. HEX triplet: AD, AD and C9. RGB value is (173,173,201). Sum of RGB (Red+Green+Blue) = 173+173+201=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 201 - color contains mainly: blue. Hex color #ADADC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADC9 is #525236. Grayscale: #B0B0B0. Windows color (decimal): -5394999 or 13217197. OLE color: 13217197.

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

Color convert

RGB 173 173 201 -
CMYK 0.14 0.14 0 0.21
HSL 240º 0.21% 0.73% -
HSV(B) 240º 0.14% 0.79% -
XYZ 42.72 42.99 61.3 -
YUV 176.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 173 173 201 0.14 0.14 0 0.21 240 0.21 0.73
Hex AD AD C9 E E 0 15 F0 15 49
Octal 255 255 311 16 16 0 25 360 25 111
Binary 10101101 10101101 11001001 1110 1110 0 10101 11110000 10101 1001001

Color Harmonies of #ADADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADC9

Black with #ADADC9

Text Example


Text Example

White with #ADADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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