Html Css Color HEX #ADA8C6 Wistful

📋 copy color: '#ADA8C6'

red 173 ◦ green 168 ◦ blue 198

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

Shades of Wistful #ADA8C6

Tints of Wistful #ADA8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.73%

R = 32.1%
G = 31.17%
B = 36.73%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ADA8C6 (or 0xADA8C6) is known color: Wistful. HEX triplet: AD, A8 and C6. RGB value is (173,168,198). Sum of RGB (Red+Green+Blue) = 173+168+198=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 198 - color contains mainly: blue. Hex color #ADA8C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8C6 is #525739. Grayscale: #ACACAC. Windows color (decimal): -5396282 or 13019309. OLE color: 13019309.

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

Color convert

RGB 173 168 198 -
CMYK 0.13 0.15 0 0.22
HSL 250º 0.21% 0.72% -
HSV(B) 250º 0.15% 0.78% -
XYZ 41.43 40.97 59.15 -
YUV 172.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 173 168 198 0.13 0.15 0 0.22 250 0.21 0.72
Hex AD A8 C6 D F 0 16 FA 15 48
Octal 255 250 306 15 17 0 26 372 25 110
Binary 10101101 10101000 11000110 1101 1111 0 10110 11111010 10101 1001000

Color Harmonies of #ADA8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8C6

Black with #ADA8C6

Text Example


Text Example

White with #ADA8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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