#ADACCD

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

Shades of Wistful #ADACCD

Tints of Wistful #ADACCD

Color information

#ADACCD (or 0xADACCD) is unknown color: approx Wistful. HEX triplet: AD, AC and CD. RGB value is (173,172,205). Sum of RGB (Red+Green+Blue) = 173+172+205=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACCD is #525332. Grayscale: #AFAFAF. Windows color (decimal): -5395251 or 13479085. OLE color: 13479085.

HSL color Cylindrical-coordinate representation of color #ADACCD: hue angle of 241.82º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADACCD is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173172205-
CMYK0.160.1600.20
HSL241.82º24.81%73.92%-
HSV(B)241.82º16.1%80.39%-
XYZ43.0142.863.75-
YUV176.06144.33125.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=31.45%
G=31.27%
B=37.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731722050.160.1600.20241.8224.8173.92
HexADACCD1010014f2194a
Octal255254315202002436231112
Binary101011011010110011001101100001000001010011110010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACCD; }

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

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

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

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

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

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

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

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