Html Css Color HEX #ABABD7 Wistful

📋 copy color: '#ABABD7'

red 171 ◦ green 171 ◦ blue 215

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

Shades of Wistful #ABABD7

Tints of Wistful #ABABD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.6%

R = 30.7%
G = 30.7%
B = 38.6%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ABABD7 (or 0xABABD7) is known color: Wistful. HEX triplet: AB, AB and D7. RGB value is (171,171,215). Sum of RGB (Red+Green+Blue) = 171+171+215=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABABD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABD7 is #545428. Grayscale: #AFAFAF. Windows color (decimal): -5526569 or 14134187. OLE color: 14134187.

HSL color Cylindrical-coordinate representation of color #ABABD7: hue angle of 240º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABABD7 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 171 215 -
CMYK 0.20 0.20 0 0.16
HSL 240º 0.35% 0.76% -
HSV(B) 240º 0.2% 0.84% -
XYZ 43.62 42.69 70.23 -
YUV 176.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 171 171 215 0.20 0.20 0 0.16 240 0.35 0.76
Hex AB AB D7 14 14 0 10 F0 23 4C
Octal 253 253 327 24 24 0 20 360 43 114
Binary 10101011 10101011 11010111 10100 10100 0 10000 11110000 100011 1001100

Color Harmonies of #ABABD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABD7

Black with #ABABD7

Text Example


Text Example

White with #ABABD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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