#ACADDA

Color #ACADDA Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #ACADDA

Tints of Lavender Grey #ACADDA

Color information

#ACADDA (or 0xACADDA) is unknown color: approx Lavender Grey. HEX triplet: AC, AD and DA. RGB value is (172,173,218). Sum of RGB (Red+Green+Blue) = 172+173+218=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADDA is #535225. Grayscale: #B1B1B1. Windows color (decimal): -5460518 or 14331308. OLE color: 14331308.

HSL color Cylindrical-coordinate representation of color #ACADDA: hue angle of 238.7º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACADDA is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172173218-
CMYK0.210.2100.15
HSL238.7º38.33%76.47%-
HSV(B)238.7º21.1%85.49%-
XYZ44.6143.7272.42-
YUV177.83150.67123.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.55%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=30.55%
G=30.73%
B=38.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721732180.210.2100.15238.738.3376.47
HexACADDA15150Fef264c
Octal254255332252501735746114
Binary101011001010110111011010101011010101111111011111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADDA; }

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

 H1.HeaderClassName
 {
   color: #ACADDA;
 }
 .AnyTagClassName
 {
   color: #ACADDA;
 }
</style>
background-color css

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

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

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

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

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

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