Html Css Color HEX #ADAACB Wistful

📋 copy color: '#ADAACB'

red 173 ◦ green 170 ◦ blue 203

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

Shades of Wistful #ADAACB

Tints of Wistful #ADAACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.14%

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 31.68%
G = 31.14%
B = 37.18%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADAACB (or 0xADAACB) is known color: Wistful. HEX triplet: AD, AA and CB. RGB value is (173,170,203). Sum of RGB (Red+Green+Blue) = 173+170+203=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAACB is #525534. Grayscale: #AEAEAE. Windows color (decimal): -5395765 or 13347501. OLE color: 13347501.

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

Color convert

RGB 173 170 203 -
CMYK 0.15 0.16 0 0.20
HSL 245.45º 0.24% 0.73% -
HSV(B) 245.45º 0.16% 0.8% -
XYZ 42.39 41.95 62.36 -
YUV 174.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 173 170 203 0.15 0.16 0 0.20 245.45 0.24 0.73
Hex AD AA CB F 10 0 14 F5 18 49
Octal 255 252 313 17 20 0 24 365 30 111
Binary 10101101 10101010 11001011 1111 10000 0 10100 11110101 11000 1001001

Color Harmonies of #ADAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAACB

Black with #ADAACB

Text Example


Text Example

White with #ADAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAACB; }

 p { color: rgb(173,170,203); }

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

background-color css

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

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

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

border-color css

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

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

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