#ADACD0

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

Shades of Wistful #ADACD0

Tints of Wistful #ADACD0

Color information

#ADACD0 (or 0xADACD0) is unknown color: approx Wistful. HEX triplet: AD, AC and D0. RGB value is (173,172,208). Sum of RGB (Red+Green+Blue) = 173+172+208=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACD0 is #52532F. Grayscale: #B0B0B0. Windows color (decimal): -5395248 or 13675693. OLE color: 13675693.

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

Color convert

RGB173172208-
CMYK0.170.1700.18
HSL241.67º27.69%74.51%-
HSV(B)241.67º17.31%81.57%-
XYZ43.3742.9465.68-
YUV176.4145.83125.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=31.28%
G=31.10%
B=37.61%

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
Decimal1731722080.170.1700.18241.6727.6974.51
HexADACD01111012f21c4b
Octal255254320212102236234113
Binary101011011010110011010000100011000101001011110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACD0; }

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

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

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

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

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

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

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

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