#ADACCC

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

Shades of Wistful #ADACCC

Tints of Wistful #ADACCC

Color information

#ADACCC (or 0xADACCC) is unknown color: approx Wistful. HEX triplet: AD, AC and CC. RGB value is (173,172,204). Sum of RGB (Red+Green+Blue) = 173+172+204=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACCC is #525333. Grayscale: #AFAFAF. Windows color (decimal): -5395252 or 13413549. OLE color: 13413549.

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

Color convert

RGB173172204-
CMYK0.150.1600.2
HSL241.88º23.88%73.73%-
HSV(B)241.88º15.69%80%-
XYZ42.8942.7563.12-
YUV175.95143.83125.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=31.51%
G=31.33%
B=37.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731722040.150.1600.2241.8823.8873.73
HexADACCCF10014f2184a
Octal255254314172002436230112
Binary10101101101011001100110011111000001010011110010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACCC; }

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

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

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

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

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

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

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

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