Html Css Color HEX #ADA8C9 Wistful

📋 copy color: '#ADA8C9'

red 173 ◦ green 168 ◦ blue 201

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

Shades of Wistful #ADA8C9

Tints of Wistful #ADA8C9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31%

 BLUE value IS 201 (78.91% from 255) = 37.08%

R = 31.92%
G = 31%
B = 37.08%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ADA8C9 (or 0xADA8C9) is known color: Wistful. HEX triplet: AD, A8 and C9. RGB value is (173,168,201). Sum of RGB (Red+Green+Blue) = 173+168+201=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 201 - color contains mainly: blue. Hex color #ADA8C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8C9 is #525736. Grayscale: #ADADAD. Windows color (decimal): -5396279 or 13215917. OLE color: 13215917.

HSL color Cylindrical-coordinate representation of color #ADA8C9: hue angle of 249.09º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADA8C9 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 168 201 -
CMYK 0.14 0.16 0 0.21
HSL 249.09º 0.23% 0.72% -
HSV(B) 249.09º 0.16% 0.79% -
XYZ 41.78 41.11 60.99 -
YUV 173.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 173 168 201 0.14 0.16 0 0.21 249.09 0.23 0.72
Hex AD A8 C9 E 10 0 15 F9 17 48
Octal 255 250 311 16 20 0 25 371 27 110
Binary 10101101 10101000 11001001 1110 10000 0 10101 11111001 10111 1001000

Color Harmonies of #ADA8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8C9

Black with #ADA8C9

Text Example


Text Example

White with #ADA8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8C9; }

 p { color: rgb(173,168,201); }

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

background-color css

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

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

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

border-color css

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

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

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