#ADAED1

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

Shades of Wistful #ADAED1

Tints of Wistful #ADAED1

Color information

#ADAED1 (or 0xADAED1) is unknown color: approx Wistful. HEX triplet: AD, AE and D1. RGB value is (173,174,209). Sum of RGB (Red+Green+Blue) = 173+174+209=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADAED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAED1 is #52512E. Grayscale: #B1B1B1. Windows color (decimal): -5394735 or 13741741. OLE color: 13741741.

HSL color Cylindrical-coordinate representation of color #ADAED1: hue angle of 238.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADAED1 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173174209-
CMYK0.170.1700.18
HSL238.33º28.12%74.9%-
HSV(B)238.33º17.22%81.96%-
XYZ43.8843.7666.46-
YUV177.69145.67124.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.12%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 209 (82.03% from 255) = 37.59%
R=31.12%
G=31.29%
B=37.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731742090.170.1700.18238.3328.1274.9
HexADAED11111012ee1c4b
Octal255256321212102235634113
Binary101011011010111011010001100011000101001011101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAED1; }

 p { color: rgb(173,174,209); }

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

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

 a { background-color: rgb(173,174,209); }

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

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

 span { border-color: rgb(173,174,209); }

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