Html Css Color HEX #AEADD8 Lavender Grey

📋 copy color: '#AEADD8'

red 174 ◦ green 173 ◦ blue 216

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

Shades of Lavender Grey #AEADD8

Tints of Lavender Grey #AEADD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.37%

R = 30.91%
G = 30.73%
B = 38.37%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEADD8 (or 0xAEADD8) is known color: Lavender Grey. HEX triplet: AE, AD and D8. RGB value is (174,173,216). Sum of RGB (Red+Green+Blue) = 174+173+216=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 216 - color contains mainly: blue. Hex color #AEADD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADD8 is #515227. Grayscale: #B2B2B2. Windows color (decimal): -5329448 or 14200238. OLE color: 14200238.

HSL color Cylindrical-coordinate representation of color #AEADD8: hue angle of 241.4º degrees, saturation: 0.36, 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 #AEADD8 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 173 216 -
CMYK 0.19 0.20 0 0.15
HSL 241.4º 0.36% 0.76% -
HSV(B) 241.4º 0.2% 0.85% -
XYZ 44.79 43.84 71.07 -
YUV 178.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 174 173 216 0.19 0.20 0 0.15 241.4 0.36 0.76
Hex AE AD D8 13 14 0 F F1 24 4C
Octal 256 255 330 23 24 0 17 361 44 114
Binary 10101110 10101101 11011000 10011 10100 0 1111 11110001 100100 1001100

Color Harmonies of #AEADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEADD8

Black with #AEADD8

Text Example


Text Example

White with #AEADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEADD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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