Html Css Color HEX #ADADD7 Lavender Grey

📋 copy color: '#ADADD7'

red 173 ◦ green 173 ◦ blue 215

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

Shades of Lavender Grey #ADADD7

Tints of Lavender Grey #ADADD7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.84%

 BLUE value IS 215 (84.38% from 255) = 38.32%

R = 30.84%
G = 30.84%
B = 38.32%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADADD7 (or 0xADADD7) is known color: Lavender Grey. HEX triplet: AD, AD and D7. RGB value is (173,173,215). Sum of RGB (Red+Green+Blue) = 173+173+215=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADD7 is #525228. Grayscale: #B1B1B1. Windows color (decimal): -5394985 or 14134701. OLE color: 14134701.

HSL color Cylindrical-coordinate representation of color #ADADD7: hue angle of 240º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADADD7 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 173 215 -
CMYK 0.20 0.20 0 0.16
HSL 240º 0.34% 0.76% -
HSV(B) 240º 0.2% 0.84% -
XYZ 44.44 43.68 70.38 -
YUV 177.79 149 124.58 -
System Red Green Blue C M Y K H S L
Decimal 173 173 215 0.20 0.20 0 0.16 240 0.34 0.76
Hex AD AD D7 14 14 0 10 F0 22 4C
Octal 255 255 327 24 24 0 20 360 42 114
Binary 10101101 10101101 11010111 10100 10100 0 10000 11110000 100010 1001100

Color Harmonies of #ADADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADD7

Black with #ADADD7

Text Example


Text Example

White with #ADADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADD7; }

 p { color: rgb(173,173,215); }

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

background-color css

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

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

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

border-color css

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

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

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