#ADACD9

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

Shades of Wistful #ADACD9

Tints of Wistful #ADACD9

Color information

#ADACD9 (or 0xADACD9) is unknown color: approx Wistful. HEX triplet: AD, AC and D9. RGB value is (173,172,217). Sum of RGB (Red+Green+Blue) = 173+172+217=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADACD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACD9 is #525326. Grayscale: #B1B1B1. Windows color (decimal): -5395239 or 14265517. OLE color: 14265517.

HSL color Cylindrical-coordinate representation of color #ADACD9: hue angle of 241.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADACD9 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173172217-
CMYK0.200.2100.15
HSL241.33º37.19%76.27%-
HSV(B)241.33º20.74%85.1%-
XYZ44.5143.471.68-
YUV177.43150.33124.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.78%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 217 (85.16% from 255) = 38.61%
R=30.78%
G=30.60%
B=38.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731722170.200.2100.15241.3337.1976.27
HexADACD914150Ff1254c
Octal255254331242501736145114
Binary101011011010110011011001101001010101111111100011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACD9; }

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

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

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

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

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

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

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

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