#ADAECD

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

Shades of Wistful #ADAECD

Tints of Wistful #ADAECD

Color information

#ADAECD (or 0xADAECD) is unknown color: approx Wistful. HEX triplet: AD, AE and CD. RGB value is (173,174,205). Sum of RGB (Red+Green+Blue) = 173+174+205=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADAECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAECD is #525132. Grayscale: #B1B1B1. Windows color (decimal): -5394739 or 13479597. OLE color: 13479597.

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

Color convert

RGB173174205-
CMYK0.160.1500.20
HSL238.12º24.24%74.12%-
HSV(B)238.12º15.61%80.39%-
XYZ43.3943.5663.88-
YUV177.24143.67124.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.34%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=31.34%
G=31.52%
B=37.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731742050.160.1500.20238.1224.2474.12
HexADAECD10F014ee184a
Octal255256315201702435630112
Binary10101101101011101100110110000111101010011101110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAECD; }

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

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

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

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

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

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

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

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