Html Css Color HEX #AEADD9 Lavender Grey

📋 copy color: '#AEADD9'

red 174 ◦ green 173 ◦ blue 217

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

Shades of Lavender Grey #AEADD9

Tints of Lavender Grey #AEADD9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.67%

 BLUE value IS 217 (85.16% from 255) = 38.48%

R = 30.85%
G = 30.67%
B = 38.48%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEADD9 (or 0xAEADD9) is known color: Lavender Grey. HEX triplet: AE, AD and D9. RGB value is (174,173,217). Sum of RGB (Red+Green+Blue) = 174+173+217=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 217 - color contains mainly: blue. Hex color #AEADD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADD9 is #515226. Grayscale: #B2B2B2. Windows color (decimal): -5329447 or 14265774. OLE color: 14265774.

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

Color convert

RGB 174 173 217 -
CMYK 0.20 0.20 0 0.15
HSL 241.36º 0.37% 0.76% -
HSV(B) 241.36º 0.2% 0.85% -
XYZ 44.92 43.9 71.75 -
YUV 178.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 174 173 217 0.20 0.20 0 0.15 241.36 0.37 0.76
Hex AE AD D9 14 14 0 F F1 25 4C
Octal 256 255 331 24 24 0 17 361 45 114
Binary 10101110 10101101 11011001 10100 10100 0 1111 11110001 100101 1001100

Color Harmonies of #AEADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEADD9

Black with #AEADD9

Text Example


Text Example

White with #AEADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEADD9; }

 p { color: rgb(174,173,217); }

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

background-color css

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

 a { background-color: rgb(174,173,217); }

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

border-color css

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

 span { border-color: rgb(174,173,217); }

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