#AAADDC

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

Shades of Perano #AAADDC

Tints of Perano #AAADDC

Color information

#AAADDC (or 0xAAADDC) is unknown color: approx Perano. HEX triplet: AA, AD and DC. RGB value is (170,173,220). Sum of RGB (Red+Green+Blue) = 170+173+220=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADDC is #555223. Grayscale: #B1B1B1. Windows color (decimal): -5591588 or 14462378. OLE color: 14462378.

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

Color convert

RGB170173220-
CMYK0.230.2100.14
HSL236.4º41.67%76.47%-
HSV(B)236.4º22.73%86.27%-
XYZ44.4443.673.78-
YUV177.46152.01122.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.20%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=30.20%
G=30.73%
B=39.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701732200.230.2100.14236.441.6776.47
HexAAADDC17150Eec2a4c
Octal252255334272501635452114
Binary101010101010110111011100101111010101110111011001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADDC; }

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

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

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

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

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

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

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

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