Html Css Color HEX #AEACDD Lavender Grey

📋 copy color: '#AEACDD'

red 174 ◦ green 172 ◦ blue 221

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

Shades of Lavender Grey #AEACDD

Tints of Lavender Grey #AEACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.34%

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 30.69%
G = 30.34%
B = 38.98%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEACDD (or 0xAEACDD) is known color: Lavender Grey. HEX triplet: AE, AC and DD. RGB value is (174,172,221). Sum of RGB (Red+Green+Blue) = 174+172+221=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACDD is #515322. Grayscale: #B1B1B1. Windows color (decimal): -5329699 or 14527662. OLE color: 14527662.

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

Color convert

RGB 174 172 221 -
CMYK 0.21 0.22 0 0.13
HSL 242.45º 0.42% 0.77% -
HSV(B) 242.45º 0.22% 0.87% -
XYZ 45.26 43.72 74.46 -
YUV 178.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 174 172 221 0.21 0.22 0 0.13 242.45 0.42 0.77
Hex AE AC DD 15 16 0 D F2 2A 4D
Octal 256 254 335 25 26 0 15 362 52 115
Binary 10101110 10101100 11011101 10101 10110 0 1101 11110010 101010 1001101

Color Harmonies of #AEACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEACDD

Black with #AEACDD

Text Example


Text Example

White with #AEACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEACDD; }

 p { color: rgb(174,172,221); }

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

background-color css

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

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

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

border-color css

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

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

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