Html Css Color HEX #AEADD5 Lavender Grey

📋 copy color: '#AEADD5'

red 174 ◦ green 173 ◦ blue 213

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

Shades of Lavender Grey #AEADD5

Tints of Lavender Grey #AEADD5

RGB

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

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

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

R = 31.07%
G = 30.89%
B = 38.04%

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

#AEADD5 (or 0xAEADD5) is known color: Lavender Grey. HEX triplet: AE, AD and D5. RGB value is (174,173,213). Sum of RGB (Red+Green+Blue) = 174+173+213=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADD5 is #51522A. Grayscale: #B1B1B1. Windows color (decimal): -5329451 or 14003630. OLE color: 14003630.

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

Color convert

RGB 174 173 213 -
CMYK 0.18 0.19 0 0.16
HSL 241.5º 0.32% 0.76% -
HSV(B) 241.5º 0.19% 0.84% -
XYZ 44.41 43.69 69.04 -
YUV 177.86 147.83 125.25 -
System Red Green Blue C M Y K H S L
Decimal 174 173 213 0.18 0.19 0 0.16 241.5 0.32 0.76
Hex AE AD D5 12 13 0 10 F2 20 4C
Octal 256 255 325 22 23 0 20 362 40 114
Binary 10101110 10101101 11010101 10010 10011 0 10000 11110010 100000 1001100

Color Harmonies of #AEADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEADD5

Black with #AEADD5

Text Example


Text Example

White with #AEADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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