#ADAECB

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

Shades of Wistful #ADAECB

Tints of Wistful #ADAECB

Color information

#ADAECB (or 0xADAECB) is unknown color: approx Wistful. HEX triplet: AD, AE and CB. RGB value is (173,174,203). Sum of RGB (Red+Green+Blue) = 173+174+203=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADAECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAECB is #525134. Grayscale: #B0B0B0. Windows color (decimal): -5394741 or 13348525. OLE color: 13348525.

HSL color Cylindrical-coordinate representation of color #ADAECB: hue angle of 238º degrees, saturation: 0.22, 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 #ADAECB is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173174203-
CMYK0.150.1400.20
HSL238º22.39%73.73%-
HSV(B)238º14.78%79.61%-
XYZ43.1543.4762.62-
YUV177.01142.67125.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=31.45%
G=31.64%
B=36.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731742030.150.1400.2023822.3973.73
HexADAECBFE014ee164a
Octal255256313171602435626112
Binary1010110110101110110010111111111001010011101110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAECB; }

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

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

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

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

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

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

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

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