#AAADDE

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

Shades of Perano #AAADDE

Tints of Perano #AAADDE

Color information

#AAADDE (or 0xAAADDE) is unknown color: approx Perano. HEX triplet: AA, AD and DE. RGB value is (170,173,222). Sum of RGB (Red+Green+Blue) = 170+173+222=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADDE is #555221. Grayscale: #B1B1B1. Windows color (decimal): -5591586 or 14593450. OLE color: 14593450.

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

Color convert

RGB170173222-
CMYK0.230.2200.13
HSL236.54º44.07%76.86%-
HSV(B)236.54º23.42%87.06%-
XYZ44.7143.7175.19-
YUV177.69153.01122.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=30.09%
G=30.62%
B=39.29%

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
Decimal1701732220.230.2200.13236.5444.0776.86
HexAAADDE17160Ded2c4d
Octal252255336272601535554115
Binary101010101010110111011110101111011001101111011011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADDE; }

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

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

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

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

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

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

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

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