Html Css Color HEX #ADABC3 Wistful

📋 copy color: '#ADABC3'

red 173 ◦ green 171 ◦ blue 195

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

Shades of Wistful #ADABC3

Tints of Wistful #ADABC3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.73%

 BLUE value IS 195 (76.56% from 255) = 36.18%

R = 32.1%
G = 31.73%
B = 36.18%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ADABC3 (or 0xADABC3) is known color: Wistful. HEX triplet: AD, AB and C3. RGB value is (173,171,195). Sum of RGB (Red+Green+Blue) = 173+171+195=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADABC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABC3 is #52543C. Grayscale: #AEAEAE. Windows color (decimal): -5395517 or 12823469. OLE color: 12823469.

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

Color convert

RGB 173 171 195 -
CMYK 0.11 0.12 0 0.24
HSL 245º 0.17% 0.72% -
HSV(B) 245º 0.12% 0.76% -
XYZ 41.65 41.95 57.53 -
YUV 174.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 173 171 195 0.11 0.12 0 0.24 245 0.17 0.72
Hex AD AB C3 B C 0 18 F5 11 48
Octal 255 253 303 13 14 0 30 365 21 110
Binary 10101101 10101011 11000011 1011 1100 0 11000 11110101 10001 1001000

Color Harmonies of #ADABC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABC3

Black with #ADABC3

Text Example


Text Example

White with #ADABC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABC3; }

 p { color: rgb(173,171,195); }

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

background-color css

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

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

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

border-color css

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

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

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