Html Css Color HEX #AEAADD Wistful

📋 copy color: '#AEAADD'

red 174 ◦ green 170 ◦ blue 221

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

Shades of Wistful #AEAADD

Tints of Wistful #AEAADD

RGB

 RED value IS 174 (68.36% from 255) = 30.8%

 GREEN value IS 170 (66.8% from 255) = 30.09%

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

R = 30.8%
G = 30.09%
B = 39.12%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEAADD (or 0xAEAADD) is known color: Wistful. HEX triplet: AE, AA and DD. RGB value is (174,170,221). Sum of RGB (Red+Green+Blue) = 174+170+221=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAADD is #515522. Grayscale: #B0B0B0. Windows color (decimal): -5330211 or 14527150. OLE color: 14527150.

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

Color convert

RGB 174 170 221 -
CMYK 0.21 0.23 0 0.13
HSL 244.71º 0.43% 0.77% -
HSV(B) 244.71º 0.23% 0.87% -
XYZ 44.88 42.97 74.33 -
YUV 177.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 174 170 221 0.21 0.23 0 0.13 244.71 0.43 0.77
Hex AE AA DD 15 17 0 D F5 2B 4D
Octal 256 252 335 25 27 0 15 365 53 115
Binary 10101110 10101010 11011101 10101 10111 0 1101 11110101 101011 1001101

Color Harmonies of #AEAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAADD

Black with #AEAADD

Text Example


Text Example

White with #AEAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAADD; }

 p { color: rgb(174,170,221); }

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

background-color css

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

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

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

border-color css

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

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

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