Html Css Color HEX #ABABDB Wistful

📋 copy color: '#ABABDB'

red 171 ◦ green 171 ◦ blue 219

#ABABDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #ABABDB

Tints of Wistful #ABABDB

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 value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABABDB (or 0xABABDB) is known color: 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

RGB 171 171 219 -
CMYK 0.22 0.22 0 0.14
HSL 240º 0.4% 0.76% -
HSV(B) 240º 0.22% 0.86% -
XYZ 44.14 42.9 72.97 -
YUV 176.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 171 171 219 0.22 0.22 0 0.14 240 0.4 0.76
Hex AB AB DB 16 16 0 E F0 28 4C
Octal 253 253 333 26 26 0 16 360 50 114
Binary 10101011 10101011 11011011 10110 10110 0 1110 11110000 101000 1001100

Color Harmonies of #ABABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABDB

Black with #ABABDB

Text Example


Text Example

White with #ABABDB

Text Example


Text Example

HTML Codes & Css Web 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>