Html Css Color HEX #ADADC3 Wistful

📋 copy color: '#ADADC3'

red 173 ◦ green 173 ◦ blue 195

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

Shades of Wistful #ADADC3

Tints of Wistful #ADADC3

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 value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ADADC3 (or 0xADADC3) is known color: 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

RGB 173 173 195 -
CMYK 0.11 0.11 0 0.24
HSL 240º 0.15% 0.72% -
HSV(B) 240º 0.11% 0.76% -
XYZ 42.03 42.71 57.66 -
YUV 175.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 173 173 195 0.11 0.11 0 0.24 240 0.15 0.72
Hex AD AD C3 B B 0 18 F0 F 48
Octal 255 255 303 13 13 0 30 360 17 110
Binary 10101101 10101101 11000011 1011 1011 0 11000 11110000 1111 1001000

Color Harmonies of #ADADC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADC3

Black with #ADADC3

Text Example


Text Example

White with #ADADC3

Text Example


Text Example

HTML Codes & Css Web 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>