#ADAACD

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

Shades of Wistful #ADAACD

Tints of Wistful #ADAACD

Color information

#ADAACD (or 0xADAACD) is unknown color: approx Wistful. HEX triplet: AD, AA and CD. RGB value is (173,170,205). Sum of RGB (Red+Green+Blue) = 173+170+205=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAACD is #525532. Grayscale: #AEAEAE. Windows color (decimal): -5395763 or 13478573. OLE color: 13478573.

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

Color convert

RGB173170205-
CMYK0.160.1700.20
HSL245.14º25.93%73.53%-
HSV(B)245.14º17.07%80.39%-
XYZ42.6342.0463.63-
YUV174.89144.99126.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=31.57%
G=31.02%
B=37.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731702050.160.1700.20245.1425.9373.53
HexADAACD1011014f51a4a
Octal255252315202102436532112
Binary101011011010101011001101100001000101010011110101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAACD; }

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

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

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

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

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

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

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

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