#ACADDE

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

Shades of Perano #ACADDE

Tints of Perano #ACADDE

Color information

#ACADDE (or 0xACADDE) is unknown color: approx Perano. HEX triplet: AC, AD and DE. RGB value is (172,173,222). Sum of RGB (Red+Green+Blue) = 172+173+222=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 173 (67.97% from 255 or 30.51% 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 #ACADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADDE is #535221. Grayscale: #B2B2B2. Windows color (decimal): -5460514 or 14593452. OLE color: 14593452.

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

Color convert

RGB172173222-
CMYK0.230.2200.13
HSL238.8º43.1%77.25%-
HSV(B)238.8º22.52%87.06%-
XYZ45.1443.9375.21-
YUV178.29152.67123.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.34%
GREEN value IS 173 (67.97% from 255) = 30.51%
BLUE value IS 222 (87.11% from 255) = 39.15%
R=30.34%
G=30.51%
B=39.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721732220.230.2200.13238.843.177.25
HexACADDE17160Def2b4d
Octal254255336272601535753115
Binary101011001010110111011110101111011001101111011111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADDE; }

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

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

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

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

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

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

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

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