Html Css Color HEX #ADABDE Lavender Grey

📋 copy color: '#ADABDE'

red 173 ◦ green 171 ◦ blue 222

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

Shades of Lavender Grey #ADABDE

Tints of Lavender Grey #ADABDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.22%

R = 30.57%
G = 30.21%
B = 39.22%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADABDE (or 0xADABDE) is known color: Lavender Grey. HEX triplet: AD, AB and DE. RGB value is (173,171,222). Sum of RGB (Red+Green+Blue) = 173+171+222=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABDE is #525421. Grayscale: #B1B1B1. Windows color (decimal): -5395490 or 14592941. OLE color: 14592941.

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

Color convert

RGB 173 171 222 -
CMYK 0.22 0.23 0 0.13
HSL 242.35º 0.44% 0.77% -
HSV(B) 242.35º 0.23% 0.87% -
XYZ 44.98 43.28 75.09 -
YUV 177.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 173 171 222 0.22 0.23 0 0.13 242.35 0.44 0.77
Hex AD AB DE 16 17 0 D F2 2C 4D
Octal 255 253 336 26 27 0 15 362 54 115
Binary 10101101 10101011 11011110 10110 10111 0 1101 11110010 101100 1001101

Color Harmonies of #ADABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABDE

Black with #ADABDE

Text Example


Text Example

White with #ADABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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