Html Css Color HEX #ABABD2 Wistful

📋 copy color: '#ABABD2'

red 171 ◦ green 171 ◦ blue 210

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

Shades of Wistful #ABABD2

Tints of Wistful #ABABD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.04%

R = 30.98%
G = 30.98%
B = 38.04%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABABD2 (or 0xABABD2) is known color: Wistful. HEX triplet: AB, AB and D2. RGB value is (171,171,210). Sum of RGB (Red+Green+Blue) = 171+171+210=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 210 - color contains mainly: blue. Hex color #ABABD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABD2 is #54542D. Grayscale: #AFAFAF. Windows color (decimal): -5526574 or 13806507. OLE color: 13806507.

HSL color Cylindrical-coordinate representation of color #ABABD2: hue angle of 240º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABABD2 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 171 210 -
CMYK 0.19 0.19 0 0.18
HSL 240º 0.3% 0.75% -
HSV(B) 240º 0.19% 0.82% -
XYZ 42.99 42.44 66.9 -
YUV 175.45 147.5 124.83 -
System Red Green Blue C M Y K H S L
Decimal 171 171 210 0.19 0.19 0 0.18 240 0.3 0.75
Hex AB AB D2 13 13 0 12 F0 1E 4B
Octal 253 253 322 23 23 0 22 360 36 113
Binary 10101011 10101011 11010010 10011 10011 0 10010 11110000 11110 1001011

Color Harmonies of #ABABD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABD2

Black with #ABABD2

Text Example


Text Example

White with #ABABD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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