Html Css Color HEX #ADA6D1 Wistful

📋 copy color: '#ADA6D1'

red 173 ◦ green 166 ◦ blue 209

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

Shades of Wistful #ADA6D1

Tints of Wistful #ADA6D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.14%

R = 31.57%
G = 30.29%
B = 38.14%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ADA6D1 (or 0xADA6D1) is known color: Wistful. HEX triplet: AD, A6 and D1. RGB value is (173,166,209). Sum of RGB (Red+Green+Blue) = 173+166+209=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADA6D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6D1 is #52592E. Grayscale: #ACACAC. Windows color (decimal): -5396783 or 13739693. OLE color: 13739693.

HSL color Cylindrical-coordinate representation of color #ADA6D1: hue angle of 249.77º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADA6D1 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 166 209 -
CMYK 0.17 0.21 0 0.18
HSL 249.77º 0.32% 0.74% -
HSV(B) 249.77º 0.21% 0.82% -
XYZ 42.38 40.76 65.96 -
YUV 173 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 173 166 209 0.17 0.21 0 0.18 249.77 0.32 0.74
Hex AD A6 D1 11 15 0 12 FA 20 4A
Octal 255 246 321 21 25 0 22 372 40 112
Binary 10101101 10100110 11010001 10001 10101 0 10010 11111010 100000 1001010

Color Harmonies of #ADA6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA6D1

Black with #ADA6D1

Text Example


Text Example

White with #ADA6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA6D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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