Html Css Color HEX #ABABD3 Wistful

📋 copy color: '#ABABD3'

red 171 ◦ green 171 ◦ blue 211

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

Shades of Wistful #ABABD3

Tints of Wistful #ABABD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.16%

R = 30.92%
G = 30.92%
B = 38.16%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ABABD3 (or 0xABABD3) is known color: Wistful. HEX triplet: AB, AB and D3. RGB value is (171,171,211). Sum of RGB (Red+Green+Blue) = 171+171+211=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 211 - color contains mainly: blue. Hex color #ABABD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABD3 is #54542C. Grayscale: #AFAFAF. Windows color (decimal): -5526573 or 13872043. OLE color: 13872043.

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

Color convert

RGB 171 171 211 -
CMYK 0.19 0.19 0 0.17
HSL 240º 0.31% 0.75% -
HSV(B) 240º 0.19% 0.83% -
XYZ 43.12 42.49 67.56 -
YUV 175.56 148 124.75 -
System Red Green Blue C M Y K H S L
Decimal 171 171 211 0.19 0.19 0 0.17 240 0.31 0.75
Hex AB AB D3 13 13 0 11 F0 1F 4B
Octal 253 253 323 23 23 0 21 360 37 113
Binary 10101011 10101011 11010011 10011 10011 0 10001 11110000 11111 1001011

Color Harmonies of #ABABD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABD3

Black with #ABABD3

Text Example


Text Example

White with #ABABD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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