#AAAEDB

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

Shades of Perano #AAAEDB

Tints of Perano #AAAEDB

Color information

#AAAEDB (or 0xAAAEDB) is unknown color: approx Perano. HEX triplet: AA, AE and DB. RGB value is (170,174,219). Sum of RGB (Red+Green+Blue) = 170+174+219=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEDB is #555124. Grayscale: #B1B1B1. Windows color (decimal): -5591333 or 14397098. OLE color: 14397098.

HSL color Cylindrical-coordinate representation of color #AAAEDB: hue angle of 235.1º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAAEDB is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170174219-
CMYK0.220.2100.14
HSL235.1º40.5%76.27%-
HSV(B)235.1º22.37%85.88%-
XYZ44.543.9373.15-
YUV177.93151.17122.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.20%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=30.20%
G=30.91%
B=38.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701742190.220.2100.14235.140.576.27
HexAAAEDB16150Eeb284c
Octal252256333262501635350114
Binary101010101010111011011011101101010101110111010111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEDB; }

 p { color: rgb(170,174,219); }

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

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

 a { background-color: rgb(170,174,219); }

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

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

 span { border-color: rgb(170,174,219); }

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