#AADDE4

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

Shades of Charlotte #AADDE4

Tints of Charlotte #AADDE4

Color information

#AADDE4 (or 0xAADDE4) is unknown color: approx Charlotte. HEX triplet: AA, DD and E4. RGB value is (170,221,228). Sum of RGB (Red+Green+Blue) = 170+221+228=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 228 - color contains mainly: blue. Hex color #AADDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDE4 is #55221B. Grayscale: #CECECE. Windows color (decimal): -5579292 or 14998954. OLE color: 14998954.

HSL color Cylindrical-coordinate representation of color #AADDE4: hue angle of 187.24º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AADDE4 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170221228-
CMYK0.250.0300.11
HSL187.24º51.79%78.04%-
HSV(B)187.24º25.44%89.41%-
XYZ56.4465.8683.14-
YUV206.55140.1101.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.46%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 228 (89.45% from 255) = 36.83%
R=27.46%
G=35.70%
B=36.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702212280.250.0300.11187.2451.7978.04
HexAADDE41930Bbb344e
Octal25233534431301327364116
Binary101010101101110111100100110011101011101110111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDE4; }

 p { color: rgb(170,221,228); }

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

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

 a { background-color: rgb(170,221,228); }

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

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

 span { border-color: rgb(170,221,228); }

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