#ADA7CE

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

Shades of Wistful #ADA7CE

Tints of Wistful #ADA7CE

Color information

#ADA7CE (or 0xADA7CE) is unknown color: approx Wistful. HEX triplet: AD, A7 and CE. RGB value is (173,167,206). Sum of RGB (Red+Green+Blue) = 173+167+206=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADA7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7CE is #525831. Grayscale: #ADADAD. Windows color (decimal): -5396530 or 13543341. OLE color: 13543341.

HSL color Cylindrical-coordinate representation of color #ADA7CE: hue angle of 249.23º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADA7CE is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173167206-
CMYK0.160.1900.19
HSL249.23º28.47%73.14%-
HSV(B)249.23º18.93%80.78%-
XYZ42.1940.9864.08-
YUV173.24146.49127.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 167 (65.62% from 255) = 30.59%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=31.68%
G=30.59%
B=37.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731672060.160.1900.19249.2328.4773.14
HexADA7CE1013013f91c49
Octal255247316202302337134111
Binary101011011010011111001110100001001101001111111001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA7CE; }

 p { color: rgb(173,167,206); }

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

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

 a { background-color: rgb(173,167,206); }

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

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

 span { border-color: rgb(173,167,206); }

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