#ADA8CD

Color #ADA8CD Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #ADA8CD

Tints of Wistful #ADA8CD

Color information

#ADA8CD (or 0xADA8CD) is unknown color: approx Wistful. HEX triplet: AD, A8 and CD. RGB value is (173,168,205). Sum of RGB (Red+Green+Blue) = 173+168+205=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADA8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8CD is #525732. Grayscale: #ADADAD. Windows color (decimal): -5396275 or 13478061. OLE color: 13478061.

HSL color Cylindrical-coordinate representation of color #ADA8CD: hue angle of 248.11º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADA8CD is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173168205-
CMYK0.160.1800.20
HSL248.11º27.01%73.14%-
HSV(B)248.11º18.05%80.39%-
XYZ42.2641.363.5-
YUV173.71145.66127.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 168 (66.02% from 255) = 30.77%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=31.68%
G=30.77%
B=37.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731682050.160.1800.20248.1127.0173.14
HexADA8CD1012014f81b49
Octal255250315202202437033111
Binary101011011010100011001101100001001001010011111000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8CD; }

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

 H1.HeaderClassName
 {
   color: #ADA8CD;
 }
 .AnyTagClassName
 {
   color: #ADA8CD;
 }
</style>
background-color css

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

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

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

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

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

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