#abaade

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

Shades of Wistful #ABAADE

Tints of Wistful #ABAADE

Color information

#ABAADE (or 0xABAADE) is unknown color: approx Wistful. HEX triplet: AB, AA and DE. RGB value is (171,170,222). Sum of RGB (Red+Green+Blue) = 171+170+222=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABAADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAADE is #545521. Grayscale: #B0B0B0. Windows color (decimal): -5526818 or 14592683. OLE color: 14592683.

HSL color Cylindrical-coordinate representation of color #ABAADE: hue angle of 241.15º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABAADE is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171170222-
CMYK0.230.2300.13
HSL241.15º44.07%76.86%-
HSV(B)241.15º23.42%87.06%-
XYZ44.3542.6875.01-
YUV176.23153.83124.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.37%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 222 (87.11% from 255) = 39.43%
R=30.37%
G=30.20%
B=39.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711702220.230.2300.13241.1544.0776.86
HexABAADE17170Df12c4d
Octal253252336272701536154115
Binary101010111010101011011110101111011101101111100011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abaade

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abaade; }

 p { color: rgb(171,170,222); }

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

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

 a { background-color: rgb(171,170,222); }

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

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

 span { border-color: rgb(171,170,222); }

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