Html Css Color HEX #ABABDD Wistful

📋 copy color: '#ABABDD'

red 171 ◦ green 171 ◦ blue 221

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

Shades of Wistful #ABABDD

Tints of Wistful #ABABDD

RGB

 RED value IS 171 (67.19% from 255) = 30.37%

 GREEN value IS 171 (67.19% from 255) = 30.37%

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 30.37%
G = 30.37%
B = 39.25%

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

#ABABDD (or 0xABABDD) is known color: Wistful. HEX triplet: AB, AB and DD. RGB value is (171,171,221). Sum of RGB (Red+Green+Blue) = 171+171+221=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABDD is #545422. Grayscale: #B0B0B0. Windows color (decimal): -5526563 or 14527403. OLE color: 14527403.

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

Color convert

RGB 171 171 221 -
CMYK 0.23 0.23 0 0.13
HSL 240º 0.42% 0.77% -
HSV(B) 240º 0.23% 0.87% -
XYZ 44.41 43 74.37 -
YUV 176.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 171 171 221 0.23 0.23 0 0.13 240 0.42 0.77
Hex AB AB DD 17 17 0 D F0 2A 4D
Octal 253 253 335 27 27 0 15 360 52 115
Binary 10101011 10101011 11011101 10111 10111 0 1101 11110000 101010 1001101

Color Harmonies of #ABABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABDD

Black with #ABABDD

Text Example


Text Example

White with #ABABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABDD; }

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

 H1.HeaderClassName
 {
   color: #ABABDD;
 }
 .AnyTagClassName
 {
   color: #ABABDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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