Html Css Color HEX #ADADDB Lavender Grey

📋 copy color: '#ADADDB'

red 173 ◦ green 173 ◦ blue 219

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

Shades of Lavender Grey #ADADDB

Tints of Lavender Grey #ADADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.76%

R = 30.62%
G = 30.62%
B = 38.76%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADADDB (or 0xADADDB) is known color: Lavender Grey. HEX triplet: AD, AD and DB. RGB value is (173,173,219). Sum of RGB (Red+Green+Blue) = 173+173+219=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADDB is #525224. Grayscale: #B2B2B2. Windows color (decimal): -5394981 or 14396845. OLE color: 14396845.

HSL color Cylindrical-coordinate representation of color #ADADDB: hue angle of 240º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADADDB is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 173 219 -
CMYK 0.21 0.21 0 0.14
HSL 240º 0.39% 0.77% -
HSV(B) 240º 0.21% 0.86% -
XYZ 44.96 43.89 73.12 -
YUV 178.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 173 173 219 0.21 0.21 0 0.14 240 0.39 0.77
Hex AD AD DB 15 15 0 E F0 27 4D
Octal 255 255 333 25 25 0 16 360 47 115
Binary 10101101 10101101 11011011 10101 10101 0 1110 11110000 100111 1001101

Color Harmonies of #ADADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADDB

Black with #ADADDB

Text Example


Text Example

White with #ADADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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