#ACAEDD

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

Shades of Perano #ACAEDD

Tints of Perano #ACAEDD

Color information

#ACAEDD (or 0xACAEDD) is unknown color: approx Perano. HEX triplet: AC, AE and DD. RGB value is (172,174,221). Sum of RGB (Red+Green+Blue) = 172+174+221=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACAEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEDD is #535122. Grayscale: #B2B2B2. Windows color (decimal): -5460259 or 14528172. OLE color: 14528172.

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

Color convert

RGB172174221-
CMYK0.220.2100.13
HSL237.55º41.88%77.06%-
HSV(B)237.55º22.17%86.67%-
XYZ45.244.2674.57-
YUV178.76151.84123.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.34%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=30.34%
G=30.69%
B=38.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721742210.220.2100.13237.5541.8877.06
HexACAEDD16150Dee2a4d
Octal254256335262501535652115
Binary101011001010111011011101101101010101101111011101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEDD; }

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

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

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

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

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

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

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

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