#ADADD6

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

Shades of Wistful #ADADD6

Tints of Wistful #ADADD6

Color information

#ADADD6 (or 0xADADD6) is unknown color: approx Wistful. HEX triplet: AD, AD and D6. RGB value is (173,173,214). Sum of RGB (Red+Green+Blue) = 173+173+214=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADD6 is #525229. Grayscale: #B1B1B1. Windows color (decimal): -5394986 or 14069165. OLE color: 14069165.

HSL color Cylindrical-coordinate representation of color #ADADD6: hue angle of 240º degrees, saturation: 0.33, 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 #ADADD6 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173173214-
CMYK0.190.1900.16
HSL240º33.33%75.88%-
HSV(B)240º19.16%83.92%-
XYZ44.3143.6369.7-
YUV177.67148.5124.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 214 (83.98% from 255) = 38.21%
R=30.89%
G=30.89%
B=38.21%

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
Decimal1731732140.190.1900.1624033.3375.88
HexADADD61313010f0214c
Octal255255326232302036041114
Binary1010110110101101110101101001110011010000111100001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADD6; }

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

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

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

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

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

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

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

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