#ADA4CC

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

Shades of Wistful #ADA4CC

Tints of Wistful #ADA4CC

Color information

#ADA4CC (or 0xADA4CC) is unknown color: approx Wistful. HEX triplet: AD, A4 and CC. RGB value is (173,164,204). Sum of RGB (Red+Green+Blue) = 173+164+204=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADA4CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4CC is #525B33. Grayscale: #ABABAB. Windows color (decimal): -5397300 or 13411501. OLE color: 13411501.

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

Color convert

RGB173164204-
CMYK0.150.2000.2
HSL253.5º28.17%72.16%-
HSV(B)253.5º19.61%80%-
XYZ41.4139.7962.63-
YUV171.25146.48129.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=31.98%
G=30.31%
B=37.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731642040.150.2000.2253.528.1772.16
HexADA4CCF14014fe1c48
Octal255244314172402437634110
Binary10101101101001001100110011111010001010011111110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4CC; }

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

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

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

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

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

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

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

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