#ADACC8

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

Shades of Wistful #ADACC8

Tints of Wistful #ADACC8

Color information

#ADACC8 (or 0xADACC8) is unknown color: approx Wistful. HEX triplet: AD, AC and C8. RGB value is (173,172,200). Sum of RGB (Red+Green+Blue) = 173+172+200=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 200 - color contains mainly: blue. Hex color #ADACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACC8 is #525337. Grayscale: #AFAFAF. Windows color (decimal): -5395256 or 13151405. OLE color: 13151405.

HSL color Cylindrical-coordinate representation of color #ADACC8: hue angle of 242.14º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADACC8 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173172200-
CMYK0.140.1400.22
HSL242.14º20.29%72.94%-
HSV(B)242.14º14%78.43%-
XYZ42.4142.5660.62-
YUV175.49141.83126.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 200 (78.52% from 255) = 36.70%
R=31.74%
G=31.56%
B=36.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731722000.140.1400.22242.1420.2972.94
HexADACC8EE016f21449
Octal255254310161602636224111
Binary1010110110101100110010001110111001011011110010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACC8; }

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

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

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

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

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

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

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

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