Html Css Color HEX #ADACDE Lavender Grey

📋 copy color: '#ADACDE'

red 173 ◦ green 172 ◦ blue 222

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

Shades of Lavender Grey #ADACDE

Tints of Lavender Grey #ADACDE

RGB

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

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

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

R = 30.51%
G = 30.34%
B = 39.15%

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

#ADACDE (or 0xADACDE) is known color: Lavender Grey. HEX triplet: AD, AC and DE. RGB value is (173,172,222). Sum of RGB (Red+Green+Blue) = 173+172+222=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACDE is #525321. Grayscale: #B1B1B1. Windows color (decimal): -5395234 or 14593197. OLE color: 14593197.

HSL color Cylindrical-coordinate representation of color #ADACDE: hue angle of 241.2º degrees, saturation: 0.43, 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 #ADACDE is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 172 222 -
CMYK 0.22 0.23 0 0.13
HSL 241.2º 0.43% 0.77% -
HSV(B) 241.2º 0.23% 0.87% -
XYZ 45.17 43.66 75.15 -
YUV 178 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 173 172 222 0.22 0.23 0 0.13 241.2 0.43 0.77
Hex AD AC DE 16 17 0 D F1 2B 4D
Octal 255 254 336 26 27 0 15 361 53 115
Binary 10101101 10101100 11011110 10110 10111 0 1101 11110001 101011 1001101

Color Harmonies of #ADACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACDE

Black with #ADACDE

Text Example


Text Example

White with #ADACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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