Html Css Color HEX #ADADCD Wistful

📋 copy color: '#ADADCD'

red 173 ◦ green 173 ◦ blue 205

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

Shades of Wistful #ADADCD

Tints of Wistful #ADADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.21%

R = 31.4%
G = 31.4%
B = 37.21%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADADCD (or 0xADADCD) is known color: Wistful. HEX triplet: AD, AD and CD. RGB value is (173,173,205). Sum of RGB (Red+Green+Blue) = 173+173+205=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADCD is #525232. Grayscale: #B0B0B0. Windows color (decimal): -5394995 or 13479341. OLE color: 13479341.

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

Color convert

RGB 173 173 205 -
CMYK 0.16 0.16 0 0.20
HSL 240º 0.24% 0.74% -
HSV(B) 240º 0.16% 0.8% -
XYZ 43.2 43.18 63.82 -
YUV 176.65 144 125.4 -
System Red Green Blue C M Y K H S L
Decimal 173 173 205 0.16 0.16 0 0.20 240 0.24 0.74
Hex AD AD CD 10 10 0 14 F0 18 4A
Octal 255 255 315 20 20 0 24 360 30 112
Binary 10101101 10101101 11001101 10000 10000 0 10100 11110000 11000 1001010

Color Harmonies of #ADADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADCD

Black with #ADADCD

Text Example


Text Example

White with #ADADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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