#ADACD2

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

Shades of Wistful #ADACD2

Tints of Wistful #ADACD2

Color information

#ADACD2 (or 0xADACD2) is unknown color: approx Wistful. HEX triplet: AD, AC and D2. RGB value is (173,172,210). Sum of RGB (Red+Green+Blue) = 173+172+210=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 210 - color contains mainly: blue. Hex color #ADACD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACD2 is #52532D. Grayscale: #B0B0B0. Windows color (decimal): -5395246 or 13806765. OLE color: 13806765.

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

Color convert

RGB173172210-
CMYK0.180.1800.18
HSL241.58º29.69%74.9%-
HSV(B)241.58º18.1%82.35%-
XYZ43.6243.0466.98-
YUV176.63146.83125.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 210 (82.42% from 255) = 37.84%
R=31.17%
G=30.99%
B=37.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731722100.180.1800.18241.5829.6974.9
HexADACD21212012f21e4b
Octal255254322222202236236113
Binary101011011010110011010010100101001001001011110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACD2; }

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

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

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

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

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

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

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

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