Html Css Color HEX #ADACDB Lavender Grey

📋 copy color: '#ADACDB'

red 173 ◦ green 172 ◦ blue 219

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

Shades of Lavender Grey #ADACDB

Tints of Lavender Grey #ADACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.5%

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

R = 30.67%
G = 30.5%
B = 38.83%

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

#ADACDB (or 0xADACDB) is known color: Lavender Grey. HEX triplet: AD, AC and DB. RGB value is (173,172,219). Sum of RGB (Red+Green+Blue) = 173+172+219=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACDB is #525324. Grayscale: #B1B1B1. Windows color (decimal): -5395237 or 14396589. OLE color: 14396589.

HSL color Cylindrical-coordinate representation of color #ADACDB: hue angle of 241.28º 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 #ADACDB is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 172 219 -
CMYK 0.21 0.21 0 0.14
HSL 241.28º 0.39% 0.77% -
HSV(B) 241.28º 0.21% 0.86% -
XYZ 44.77 43.5 73.06 -
YUV 177.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 173 172 219 0.21 0.21 0 0.14 241.28 0.39 0.77
Hex AD AC DB 15 15 0 E F1 27 4D
Octal 255 254 333 25 25 0 16 361 47 115
Binary 10101101 10101100 11011011 10101 10101 0 1110 11110001 100111 1001101

Color Harmonies of #ADACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACDB

Black with #ADACDB

Text Example


Text Example

White with #ADACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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