Html Css Color HEX #AEAEDB Lavender Grey

📋 copy color: '#AEAEDB'

red 174 ◦ green 174 ◦ blue 219

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

Shades of Lavender Grey #AEAEDB

Tints of Lavender Grey #AEAEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.69%

 BLUE value IS 219 (85.94% from 255) = 38.62%

R = 30.69%
G = 30.69%
B = 38.62%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEAEDB (or 0xAEAEDB) is known color: Lavender Grey. HEX triplet: AE, AE and DB. RGB value is (174,174,219). Sum of RGB (Red+Green+Blue) = 174+174+219=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEDB is #515124. Grayscale: #B2B2B2. Windows color (decimal): -5329189 or 14397102. OLE color: 14397102.

HSL color Cylindrical-coordinate representation of color #AEAEDB: hue angle of 240º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEAEDB is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 174 219 -
CMYK 0.21 0.21 0 0.14
HSL 240º 0.38% 0.77% -
HSV(B) 240º 0.21% 0.86% -
XYZ 45.38 44.39 73.19 -
YUV 179.13 150.5 124.34 -
System Red Green Blue C M Y K H S L
Decimal 174 174 219 0.21 0.21 0 0.14 240 0.38 0.77
Hex AE AE DB 15 15 0 E F0 26 4D
Octal 256 256 333 25 25 0 16 360 46 115
Binary 10101110 10101110 11011011 10101 10101 0 1110 11110000 100110 1001101

Color Harmonies of #AEAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAEDB

Black with #AEAEDB

Text Example


Text Example

White with #AEAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAEDB; }

 p { color: rgb(174,174,219); }

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

background-color css

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

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

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

border-color css

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

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

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