#ADADD1

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

Shades of Wistful #ADADD1

Tints of Wistful #ADADD1

Color information

#ADADD1 (or 0xADADD1) is unknown color: approx Wistful. HEX triplet: AD, AD and D1. RGB value is (173,173,209). Sum of RGB (Red+Green+Blue) = 173+173+209=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADADD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADD1 is #52522E. Grayscale: #B0B0B0. Windows color (decimal): -5394991 or 13741485. OLE color: 13741485.

HSL color Cylindrical-coordinate representation of color #ADADD1: hue angle of 240º 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 #ADADD1 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173173209-
CMYK0.170.1700.18
HSL240º28.12%74.9%-
HSV(B)240º17.22%81.96%-
XYZ43.6943.3766.39-
YUV177.1146125.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 209 (82.03% from 255) = 37.66%
R=31.17%
G=31.17%
B=37.66%

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
Decimal1731732090.170.1700.1824028.1274.9
HexADADD11111012f01c4b
Octal255255321212102236034113
Binary101011011010110111010001100011000101001011110000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADD1; }

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

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

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

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

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

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

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

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