Html Css Color HEX #ADAEDB Lavender Grey

📋 copy color: '#ADAEDB'

red 173 ◦ green 174 ◦ blue 219

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

Shades of Lavender Grey #ADAEDB

Tints of Lavender Grey #ADAEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.74%

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

R = 30.57%
G = 30.74%
B = 38.69%

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

#ADAEDB (or 0xADAEDB) is known color: Lavender Grey. HEX triplet: AD, AE and DB. RGB value is (173,174,219). Sum of RGB (Red+Green+Blue) = 173+174+219=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEDB is #525124. Grayscale: #B2B2B2. Windows color (decimal): -5394725 or 14397101. OLE color: 14397101.

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

Color convert

RGB 173 174 219 -
CMYK 0.21 0.21 0 0.14
HSL 238.7º 0.39% 0.77% -
HSV(B) 238.7º 0.21% 0.86% -
XYZ 45.16 44.27 73.18 -
YUV 178.83 150.67 123.84 -
System Red Green Blue C M Y K H S L
Decimal 173 174 219 0.21 0.21 0 0.14 238.7 0.39 0.77
Hex AD AE DB 15 15 0 E EF 27 4D
Octal 255 256 333 25 25 0 16 357 47 115
Binary 10101101 10101110 11011011 10101 10101 0 1110 11101111 100111 1001101

Color Harmonies of #ADAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAEDB

Black with #ADAEDB

Text Example


Text Example

White with #ADAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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