Html Css Color HEX #AEACD5 Wistful

📋 copy color: '#AEACD5'

red 174 ◦ green 172 ◦ blue 213

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

Shades of Wistful #AEACD5

Tints of Wistful #AEACD5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.77%

 BLUE value IS 213 (83.59% from 255) = 38.1%

R = 31.13%
G = 30.77%
B = 38.1%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AEACD5 (or 0xAEACD5) is known color: Wistful. HEX triplet: AE, AC and D5. RGB value is (174,172,213). Sum of RGB (Red+Green+Blue) = 174+172+213=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACD5 is #51532A. Grayscale: #B1B1B1. Windows color (decimal): -5329707 or 14003374. OLE color: 14003374.

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

Color convert

RGB 174 172 213 -
CMYK 0.18 0.19 0 0.16
HSL 242.93º 0.33% 0.75% -
HSV(B) 242.93º 0.19% 0.84% -
XYZ 44.22 43.31 68.98 -
YUV 177.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 174 172 213 0.18 0.19 0 0.16 242.93 0.33 0.75
Hex AE AC D5 12 13 0 10 F3 21 4B
Octal 256 254 325 22 23 0 20 363 41 113
Binary 10101110 10101100 11010101 10010 10011 0 10000 11110011 100001 1001011

Color Harmonies of #AEACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEACD5

Black with #AEACD5

Text Example


Text Example

White with #AEACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEACD5; }

 p { color: rgb(174,172,213); }

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

background-color css

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

 a { background-color: rgb(174,172,213); }

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

border-color css

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

 span { border-color: rgb(174,172,213); }

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