Html Css Color HEX #ABABDE Wistful

📋 copy color: '#ABABDE'

red 171 ◦ green 171 ◦ blue 222

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

Shades of Wistful #ABABDE

Tints of Wistful #ABABDE

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

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

RGB 171 171 222 -
CMYK 0.23 0.23 0 0.13
HSL 240º 0.44% 0.77% -
HSV(B) 240º 0.23% 0.87% -
XYZ 44.54 43.06 75.07 -
YUV 176.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 171 171 222 0.23 0.23 0 0.13 240 0.44 0.77
Hex AB AB DE 17 17 0 D F0 2C 4D
Octal 253 253 336 27 27 0 15 360 54 115
Binary 10101011 10101011 11011110 10111 10111 0 1101 11110000 101100 1001101

Color Harmonies of #ABABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABDE

Black with #ABABDE

Text Example


Text Example

White with #ABABDE

Text Example


Text Example

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