Html Css Color HEX #ACACDD Lavender Grey

📋 copy color: '#ACACDD'

red 172 ◦ green 172 ◦ blue 221

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

Shades of Lavender Grey #ACACDD

Tints of Lavender Grey #ACACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 30.44%
G = 30.44%
B = 39.12%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACACDD (or 0xACACDD) is known color: Lavender Grey. HEX triplet: AC, AC and DD. RGB value is (172,172,221). Sum of RGB (Red+Green+Blue) = 172+172+221=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACDD is #535322. Grayscale: #B1B1B1. Windows color (decimal): -5460771 or 14527660. OLE color: 14527660.

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

Color convert

RGB 172 172 221 -
CMYK 0.22 0.22 0 0.13
HSL 240º 0.42% 0.77% -
HSV(B) 240º 0.22% 0.87% -
XYZ 44.82 43.5 74.44 -
YUV 177.59 152.5 124.02 -
System Red Green Blue C M Y K H S L
Decimal 172 172 221 0.22 0.22 0 0.13 240 0.42 0.77
Hex AC AC DD 16 16 0 D F0 2A 4D
Octal 254 254 335 26 26 0 15 360 52 115
Binary 10101100 10101100 11011101 10110 10110 0 1101 11110000 101010 1001101

Color Harmonies of #ACACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACACDD

Black with #ACACDD

Text Example


Text Example

White with #ACACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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