#ADAADE

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

Shades of Wistful #ADAADE

Tints of Wistful #ADAADE

Color information

#ADAADE (or 0xADAADE) is unknown color: approx Wistful. HEX triplet: AD, AA and DE. RGB value is (173,170,222). Sum of RGB (Red+Green+Blue) = 173+170+222=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADAADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAADE is #525521. Grayscale: #B0B0B0. Windows color (decimal): -5395746 or 14592685. OLE color: 14592685.

HSL color Cylindrical-coordinate representation of color #ADAADE: hue angle of 243.46º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADAADE is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173170222-
CMYK0.220.2300.13
HSL243.46º44.07%76.86%-
HSV(B)243.46º23.42%87.06%-
XYZ44.7942.9175.03-
YUV176.82153.49125.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.62%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=30.62%
G=30.09%
B=39.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731702220.220.2300.13243.4644.0776.86
HexADAADE16170Df32c4d
Octal255252336262701536354115
Binary101011011010101011011110101101011101101111100111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAADE; }

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

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

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

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

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

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

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

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