#ADADD5

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

Shades of Wistful #ADADD5

Tints of Wistful #ADADD5

Color information

#ADADD5 (or 0xADADD5) is unknown color: approx Wistful. HEX triplet: AD, AD and D5. RGB value is (173,173,213). Sum of RGB (Red+Green+Blue) = 173+173+213=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADD5 is #52522A. Grayscale: #B1B1B1. Windows color (decimal): -5394987 or 14003629. OLE color: 14003629.

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

Color convert

RGB173173213-
CMYK0.190.1900.16
HSL240º32.26%75.69%-
HSV(B)240º18.78%83.53%-
XYZ44.1943.5869.03-
YUV177.56148124.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 213 (83.59% from 255) = 38.10%
R=30.95%
G=30.95%
B=38.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731732130.190.1900.1624032.2675.69
HexADADD51313010f0204c
Octal255255325232302036040114
Binary1010110110101101110101011001110011010000111100001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADD5; }

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

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

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

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

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

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

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

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