Html Css Color HEX #ADA6D8 Wistful

📋 copy color: '#ADA6D8'

red 173 ◦ green 166 ◦ blue 216

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

Shades of Wistful #ADA6D8

Tints of Wistful #ADA6D8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.91%

 BLUE value IS 216 (84.77% from 255) = 38.92%

R = 31.17%
G = 29.91%
B = 38.92%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADA6D8 (or 0xADA6D8) is known color: Wistful. HEX triplet: AD, A6 and D8. RGB value is (173,166,216). Sum of RGB (Red+Green+Blue) = 173+166+216=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADA6D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6D8 is #525927. Grayscale: #ADADAD. Windows color (decimal): -5396776 or 14198445. OLE color: 14198445.

HSL color Cylindrical-coordinate representation of color #ADA6D8: hue angle of 248.4º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADA6D8 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 166 216 -
CMYK 0.20 0.23 0 0.15
HSL 248.4º 0.39% 0.75% -
HSV(B) 248.4º 0.23% 0.85% -
XYZ 43.26 41.11 70.62 -
YUV 173.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 173 166 216 0.20 0.23 0 0.15 248.4 0.39 0.75
Hex AD A6 D8 14 17 0 F F8 27 4B
Octal 255 246 330 24 27 0 17 370 47 113
Binary 10101101 10100110 11011000 10100 10111 0 1111 11111000 100111 1001011

Color Harmonies of #ADA6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA6D8

Black with #ADA6D8

Text Example


Text Example

White with #ADA6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA6D8; }

 p { color: rgb(173,166,216); }

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

background-color css

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

 a { background-color: rgb(173,166,216); }

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

border-color css

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

 span { border-color: rgb(173,166,216); }

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