Html Css Color HEX #ADAAE3 Lavender Grey

📋 copy color: '#ADAAE3'

red 173 ◦ green 170 ◦ blue 227

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

Shades of Lavender Grey #ADAAE3

Tints of Lavender Grey #ADAAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.82%

R = 30.35%
G = 29.82%
B = 39.82%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADAAE3 (or 0xADAAE3) is known color: Lavender Grey. HEX triplet: AD, AA and E3. RGB value is (173,170,227). Sum of RGB (Red+Green+Blue) = 173+170+227=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADAAE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAE3 is #52551C. Grayscale: #B1B1B1. Windows color (decimal): -5395741 or 14920365. OLE color: 14920365.

HSL color Cylindrical-coordinate representation of color #ADAAE3: hue angle of 243.16º degrees, saturation: 0.5, 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 #ADAAE3 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 170 227 -
CMYK 0.24 0.25 0 0.11
HSL 243.16º 0.5% 0.78% -
HSV(B) 243.16º 0.25% 0.89% -
XYZ 45.47 43.18 78.61 -
YUV 177.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 173 170 227 0.24 0.25 0 0.11 243.16 0.5 0.78
Hex AD AA E3 18 19 0 B F3 32 4E
Octal 255 252 343 30 31 0 13 363 62 116
Binary 10101101 10101010 11100011 11000 11001 0 1011 11110011 110010 1001110

Color Harmonies of #ADAAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAE3

Black with #ADAAE3

Text Example


Text Example

White with #ADAAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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