#ABABDB

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

Shades of Wistful #ABABDB

Tints of Wistful #ABABDB

Color information

#ABABDB (or 0xABABDB) is unknown color: approx Wistful. HEX triplet: AB, AB and DB. RGB value is (171,171,219). Sum of RGB (Red+Green+Blue) = 171+171+219=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABDB is #545424. Grayscale: #B0B0B0. Windows color (decimal): -5526565 or 14396331. OLE color: 14396331.

HSL color Cylindrical-coordinate representation of color #ABABDB: hue angle of 240º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABABDB is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171171219-
CMYK0.220.2200.14
HSL240º40%76.47%-
HSV(B)240º21.92%85.88%-
XYZ44.1442.972.97-
YUV176.47152124.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=30.48%
G=30.48%
B=39.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711712190.220.2200.142404076.47
HexABABDB16160Ef0284c
Octal253253333262601636050114
Binary101010111010101111011011101101011001110111100001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABDB; }

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

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

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

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

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

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

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

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