Html Css Color HEX #ACACDE Lavender Grey

📋 copy color: '#ACACDE'

red 172 ◦ green 172 ◦ blue 222

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

Shades of Lavender Grey #ACACDE

Tints of Lavender Grey #ACACDE

RGB

 RED value IS 172 (67.58% from 255) = 30.39%

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

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

R = 30.39%
G = 30.39%
B = 39.22%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACACDE (or 0xACACDE) is known color: Lavender Grey. HEX triplet: AC, AC and DE. RGB value is (172,172,222). Sum of RGB (Red+Green+Blue) = 172+172+222=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACDE is #535321. Grayscale: #B1B1B1. Windows color (decimal): -5460770 or 14593196. OLE color: 14593196.

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

Color convert

RGB 172 172 222 -
CMYK 0.23 0.23 0 0.13
HSL 240º 0.43% 0.77% -
HSV(B) 240º 0.23% 0.87% -
XYZ 44.95 43.55 75.14 -
YUV 177.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 172 172 222 0.23 0.23 0 0.13 240 0.43 0.77
Hex AC AC DE 17 17 0 D F0 2B 4D
Octal 254 254 336 27 27 0 15 360 53 115
Binary 10101100 10101100 11011110 10111 10111 0 1101 11110000 101011 1001101

Color Harmonies of #ACACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACACDE

Black with #ACACDE

Text Example


Text Example

White with #ACACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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