Html Css Color HEX #ADAAE2 Lavender Grey

📋 copy color: '#ADAAE2'

red 173 ◦ green 170 ◦ blue 226

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

Shades of Lavender Grey #ADAAE2

Tints of Lavender Grey #ADAAE2

RGB

 RED value IS 173 (67.97% from 255) = 30.4%

 GREEN value IS 170 (66.8% from 255) = 29.88%

 BLUE value IS 226 (88.67% from 255) = 39.72%

R = 30.4%
G = 29.88%
B = 39.72%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADAAE2 (or 0xADAAE2) is known color: Lavender Grey. HEX triplet: AD, AA and E2. RGB value is (173,170,226). Sum of RGB (Red+Green+Blue) = 173+170+226=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 226 (88.67% from 255 or 39.72% from 569); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADAAE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAE2 is #52551D. Grayscale: #B1B1B1. Windows color (decimal): -5395742 or 14854829. OLE color: 14854829.

HSL color Cylindrical-coordinate representation of color #ADAAE2: hue angle of 243.21º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADAAE2 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 170 226 -
CMYK 0.23 0.25 0 0.11
HSL 243.21º 0.49% 0.78% -
HSV(B) 243.21º 0.25% 0.89% -
XYZ 45.34 43.12 77.89 -
YUV 177.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 173 170 226 0.23 0.25 0 0.11 243.21 0.49 0.78
Hex AD AA E2 17 19 0 B F3 31 4E
Octal 255 252 342 27 31 0 13 363 61 116
Binary 10101101 10101010 11100010 10111 11001 0 1011 11110011 110001 1001110

Color Harmonies of #ADAAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAE2

Black with #ADAAE2

Text Example


Text Example

White with #ADAAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAE2; }

 p { color: rgb(173,170,226); }

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

background-color css

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

 a { background-color: rgb(173,170,226); }

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

border-color css

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

 span { border-color: rgb(173,170,226); }

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