#ACADDB

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

Shades of Lavender Grey #ACADDB

Tints of Lavender Grey #ACADDB

Color information

#ACADDB (or 0xACADDB) is unknown color: approx Lavender Grey. HEX triplet: AC, AD and DB. RGB value is (172,173,219). Sum of RGB (Red+Green+Blue) = 172+173+219=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADDB is #535224. Grayscale: #B1B1B1. Windows color (decimal): -5460517 or 14396844. OLE color: 14396844.

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

Color convert

RGB172173219-
CMYK0.210.2100.14
HSL238.72º39.5%76.67%-
HSV(B)238.72º21.46%85.88%-
XYZ44.7443.7773.11-
YUV177.94151.17123.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.50%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 219 (85.94% from 255) = 38.83%
R=30.50%
G=30.67%
B=38.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721732190.210.2100.14238.7239.576.67
HexACADDB15150Eef274d
Octal254255333252501635747115
Binary101011001010110111011011101011010101110111011111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADDB; }

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

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

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

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

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

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

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

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