#ADA4CD

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

Shades of Wistful #ADA4CD

Tints of Wistful #ADA4CD

Color information

#ADA4CD (or 0xADA4CD) is unknown color: approx Wistful. HEX triplet: AD, A4 and CD. RGB value is (173,164,205). Sum of RGB (Red+Green+Blue) = 173+164+205=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADA4CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4CD is #525B32. Grayscale: #ABABAB. Windows color (decimal): -5397299 or 13477037. OLE color: 13477037.

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

Color convert

RGB173164205-
CMYK0.160.200.20
HSL253.17º29.08%72.35%-
HSV(B)253.17º20%80.39%-
XYZ41.5339.8463.26-
YUV171.36146.98129.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=31.92%
G=30.26%
B=37.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731642050.160.200.20253.1729.0872.35
HexADA4CD1014014fd1d48
Octal255244315202402437535110
Binary101011011010010011001101100001010001010011111101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4CD; }

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

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

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

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

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

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

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

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