#ADA9CE

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

Shades of Wistful #ADA9CE

Tints of Wistful #ADA9CE

Color information

#ADA9CE (or 0xADA9CE) is unknown color: approx Wistful. HEX triplet: AD, A9 and CE. RGB value is (173,169,206). Sum of RGB (Red+Green+Blue) = 173+169+206=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADA9CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9CE is #525631. Grayscale: #AEAEAE. Windows color (decimal): -5396018 or 13543853. OLE color: 13543853.

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

Color convert

RGB173169206-
CMYK0.160.1800.19
HSL246.49º27.41%73.53%-
HSV(B)246.49º17.96%80.78%-
XYZ42.5641.7264.2-
YUV174.41145.83126.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 169 (66.41% from 255) = 30.84%
BLUE value IS 206 (80.86% from 255) = 37.59%
R=31.57%
G=30.84%
B=37.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731692060.160.1800.19246.4927.4173.53
HexADA9CE1012013f61b4a
Octal255251316202202336633112
Binary101011011010100111001110100001001001001111110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9CE; }

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

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

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

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

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

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

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

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