#ADACD6

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

Shades of Wistful #ADACD6

Tints of Wistful #ADACD6

Color information

#ADACD6 (or 0xADACD6) is unknown color: approx Wistful. HEX triplet: AD, AC and D6. RGB value is (173,172,214). Sum of RGB (Red+Green+Blue) = 173+172+214=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACD6 is #525329. Grayscale: #B0B0B0. Windows color (decimal): -5395242 or 14068909. OLE color: 14068909.

HSL color Cylindrical-coordinate representation of color #ADACD6: hue angle of 241.43º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADACD6 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173172214-
CMYK0.190.2000.16
HSL241.43º33.87%75.69%-
HSV(B)241.43º19.63%83.92%-
XYZ44.1243.2469.64-
YUV177.09148.83125.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 214 (83.98% from 255) = 38.28%
R=30.95%
G=30.77%
B=38.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731722140.190.2000.16241.4333.8775.69
HexADACD61314010f1224c
Octal255254326232402036142114
Binary1010110110101100110101101001110100010000111100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACD6; }

 p { color: rgb(173,172,214); }

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

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

 a { background-color: rgb(173,172,214); }

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

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

 span { border-color: rgb(173,172,214); }

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