Html Css Color HEX #ADABE2 Lavender Grey

📋 copy color: '#ADABE2'

red 173 ◦ green 171 ◦ blue 226

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

Shades of Lavender Grey #ADABE2

Tints of Lavender Grey #ADABE2

RGB

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

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

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

R = 30.35%
G = 30%
B = 39.65%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADABE2 (or 0xADABE2) is known color: Lavender Grey. HEX triplet: AD, AB and E2. RGB value is (173,171,226). Sum of RGB (Red+Green+Blue) = 173+171+226=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADABE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABE2 is #52541D. Grayscale: #B1B1B1. Windows color (decimal): -5395486 or 14855085. OLE color: 14855085.

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

Color convert

RGB 173 171 226 -
CMYK 0.23 0.24 0 0.11
HSL 242.18º 0.49% 0.78% -
HSV(B) 242.18º 0.24% 0.89% -
XYZ 45.52 43.5 77.95 -
YUV 177.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 173 171 226 0.23 0.24 0 0.11 242.18 0.49 0.78
Hex AD AB E2 17 18 0 B F2 31 4E
Octal 255 253 342 27 30 0 13 362 61 116
Binary 10101101 10101011 11100010 10111 11000 0 1011 11110010 110001 1001110

Color Harmonies of #ADABE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABE2

Black with #ADABE2

Text Example


Text Example

White with #ADABE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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