#ADAECE

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

Shades of Wistful #ADAECE

Tints of Wistful #ADAECE

Color information

#ADAECE (or 0xADAECE) is unknown color: approx Wistful. HEX triplet: AD, AE and CE. RGB value is (173,174,206). Sum of RGB (Red+Green+Blue) = 173+174+206=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADAECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAECE is #525131. Grayscale: #B1B1B1. Windows color (decimal): -5394738 or 13545133. OLE color: 13545133.

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

Color convert

RGB173174206-
CMYK0.160.1600.19
HSL238.18º25.19%74.31%-
HSV(B)238.18º16.02%80.78%-
XYZ43.5143.6164.52-
YUV177.35144.17124.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=31.28%
G=31.46%
B=37.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731742060.160.1600.19238.1825.1974.31
HexADAECE1010013ee194a
Octal255256316202002335631112
Binary101011011010111011001110100001000001001111101110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAECE; }

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

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

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

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

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

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

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

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