#ADAECC

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

Shades of Wistful #ADAECC

Tints of Wistful #ADAECC

Color information

#ADAECC (or 0xADAECC) is unknown color: approx Wistful. HEX triplet: AD, AE and CC. RGB value is (173,174,204). Sum of RGB (Red+Green+Blue) = 173+174+204=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADAECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAECC is #525133. Grayscale: #B1B1B1. Windows color (decimal): -5394740 or 13414061. OLE color: 13414061.

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

Color convert

RGB173174204-
CMYK0.150.1500.2
HSL238.06º23.31%73.92%-
HSV(B)238.06º15.2%80%-
XYZ43.2743.5263.25-
YUV177.12143.17125.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.40%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=31.40%
G=31.58%
B=37.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731742040.150.1500.2238.0623.3173.92
HexADAECCFF014ee174a
Octal255256314171702435627112
Binary1010110110101110110011001111111101010011101110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAECC; }

 p { color: rgb(173,174,204); }

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

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

 a { background-color: rgb(173,174,204); }

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

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

 span { border-color: rgb(173,174,204); }

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