#ABABDE

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

Shades of Wistful #ABABDE

Tints of Wistful #ABABDE

Color information

#ABABDE (or 0xABABDE) is unknown color: approx Wistful. HEX triplet: AB, AB and DE. RGB value is (171,171,222). Sum of RGB (Red+Green+Blue) = 171+171+222=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABDE is #545421. Grayscale: #B0B0B0. Windows color (decimal): -5526562 or 14592939. OLE color: 14592939.

HSL color Cylindrical-coordinate representation of color #ABABDE: hue angle of 240º 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 #ABABDE is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171171222-
CMYK0.230.2300.13
HSL240º43.59%77.06%-
HSV(B)240º22.97%87.06%-
XYZ44.5443.0675.07-
YUV176.81153.5123.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.32%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 222 (87.11% from 255) = 39.36%
R=30.32%
G=30.32%
B=39.36%

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
Decimal1711712220.230.2300.1324043.5977.06
HexABABDE17170Df02c4d
Octal253253336272701536054115
Binary101010111010101111011110101111011101101111100001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABDE; }

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

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

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

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

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

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

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

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