#ADACD1

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

Shades of Wistful #ADACD1

Tints of Wistful #ADACD1

Color information

#ADACD1 (or 0xADACD1) is unknown color: approx Wistful. HEX triplet: AD, AC and D1. RGB value is (173,172,209). Sum of RGB (Red+Green+Blue) = 173+172+209=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACD1 is #52532E. Grayscale: #B0B0B0. Windows color (decimal): -5395247 or 13741229. OLE color: 13741229.

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

Color convert

RGB173172209-
CMYK0.170.1800.18
HSL241.62º28.68%74.71%-
HSV(B)241.62º17.7%81.96%-
XYZ43.4942.9966.33-
YUV176.52146.33125.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 209 (82.03% from 255) = 37.73%
R=31.23%
G=31.05%
B=37.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731722090.170.1800.18241.6228.6874.71
HexADACD11112012f21d4b
Octal255254321212202236235113
Binary101011011010110011010001100011001001001011110010111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACD1; }

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

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

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

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

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

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

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

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