Html Css Color HEX #ADABC8 Wistful

📋 copy color: '#ADABC8'

red 173 ◦ green 171 ◦ blue 200

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

Shades of Wistful #ADABC8

Tints of Wistful #ADABC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.76%

R = 31.8%
G = 31.43%
B = 36.76%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ADABC8 (or 0xADABC8) is known color: Wistful. HEX triplet: AD, AB and C8. RGB value is (173,171,200). Sum of RGB (Red+Green+Blue) = 173+171+200=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 200 - color contains mainly: blue. Hex color #ADABC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABC8 is #525437. Grayscale: #AEAEAE. Windows color (decimal): -5395512 or 13151149. OLE color: 13151149.

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

Color convert

RGB 173 171 200 -
CMYK 0.14 0.14 0 0.22
HSL 244.14º 0.21% 0.73% -
HSV(B) 244.14º 0.15% 0.78% -
XYZ 42.22 42.18 60.56 -
YUV 174.9 142.16 126.64 -
System Red Green Blue C M Y K H S L
Decimal 173 171 200 0.14 0.14 0 0.22 244.14 0.21 0.73
Hex AD AB C8 E E 0 16 F4 15 49
Octal 255 253 310 16 16 0 26 364 25 111
Binary 10101101 10101011 11001000 1110 1110 0 10110 11110100 10101 1001001

Color Harmonies of #ADABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABC8

Black with #ADABC8

Text Example


Text Example

White with #ADABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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