Html Css Color HEX #AEABDC Lavender Grey

📋 copy color: '#AEABDC'

red 174 ◦ green 171 ◦ blue 220

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

Shades of Lavender Grey #AEABDC

Tints of Lavender Grey #AEABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.27%

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 30.8%
G = 30.27%
B = 38.94%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEABDC (or 0xAEABDC) is known color: Lavender Grey. HEX triplet: AE, AB and DC. RGB value is (174,171,220). Sum of RGB (Red+Green+Blue) = 174+171+220=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABDC is #515423. Grayscale: #B1B1B1. Windows color (decimal): -5329956 or 14461870. OLE color: 14461870.

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

Color convert

RGB 174 171 220 -
CMYK 0.21 0.22 0 0.14
HSL 243.67º 0.41% 0.77% -
HSV(B) 243.67º 0.22% 0.86% -
XYZ 44.94 43.29 73.7 -
YUV 177.48 151.99 125.52 -
System Red Green Blue C M Y K H S L
Decimal 174 171 220 0.21 0.22 0 0.14 243.67 0.41 0.77
Hex AE AB DC 15 16 0 E F4 29 4D
Octal 256 253 334 25 26 0 16 364 51 115
Binary 10101110 10101011 11011100 10101 10110 0 1110 11110100 101001 1001101

Color Harmonies of #AEABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEABDC

Black with #AEABDC

Text Example


Text Example

White with #AEABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEABDC; }

 p { color: rgb(174,171,220); }

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

background-color css

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

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

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

border-color css

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

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

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