Html Css Color HEX #AAABDB Wistful

📋 copy color: '#AAABDB'

red 170 ◦ green 171 ◦ blue 219

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

Shades of Wistful #AAABDB

Tints of Wistful #AAABDB

RGB

 RED value IS 170 (66.8% from 255) = 30.36%

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

 BLUE value IS 219 (85.94% from 255) = 39.11%

R = 30.36%
G = 30.54%
B = 39.11%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAABDB (or 0xAAABDB) is known color: Wistful. HEX triplet: AA, AB and DB. RGB value is (170,171,219). Sum of RGB (Red+Green+Blue) = 170+171+219=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABDB is #555424. Grayscale: #AFAFAF. Windows color (decimal): -5592101 or 14396330. OLE color: 14396330.

HSL color Cylindrical-coordinate representation of color #AAABDB: hue angle of 238.78º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAABDB is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 171 219 -
CMYK 0.22 0.22 0 0.14
HSL 238.78º 0.4% 0.76% -
HSV(B) 238.78º 0.22% 0.86% -
XYZ 43.93 42.79 72.96 -
YUV 176.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 170 171 219 0.22 0.22 0 0.14 238.78 0.4 0.76
Hex AA AB DB 16 16 0 E EF 28 4C
Octal 252 253 333 26 26 0 16 357 50 114
Binary 10101010 10101011 11011011 10110 10110 0 1110 11101111 101000 1001100

Color Harmonies of #AAABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAABDB

Black with #AAABDB

Text Example


Text Example

White with #AAABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAABDB; }

 p { color: rgb(170,171,219); }

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

background-color css

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

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

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

border-color css

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

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

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