#AADADE

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

Shades of Charlotte #AADADE

Tints of Charlotte #AADADE

Color information

#AADADE (or 0xAADADE) is unknown color: approx Charlotte. HEX triplet: AA, DA and DE. RGB value is (170,218,222). Sum of RGB (Red+Green+Blue) = 170+218+222=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #AADADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADADE is #552521. Grayscale: #CCCCCC. Windows color (decimal): -5580066 or 14604970. OLE color: 14604970.

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

Color convert

RGB170218222-
CMYK0.230.0200.13
HSL184.62º44.07%76.86%-
HSV(B)184.62º23.42%87.06%-
XYZ54.8363.9678.56-
YUV204.1138.1103.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.87%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 222 (87.11% from 255) = 36.39%
R=27.87%
G=35.74%
B=36.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702182220.230.0200.13184.6244.0776.86
HexAADADE1720Db92c4d
Octal25233233627201527154115
Binary101010101101101011011110101111001101101110011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADADE; }

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

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

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

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

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

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

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

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