#A1DDDE

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

Shades of Charlotte #A1DDDE

Tints of Charlotte #A1DDDE

Color information

#A1DDDE (or 0xA1DDDE) is unknown color: approx Charlotte. HEX triplet: A1, DD and DE. RGB value is (161,221,222). Sum of RGB (Red+Green+Blue) = 161+221+222=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1DDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDDE is #5E2221. Grayscale: #CBCBCB. Windows color (decimal): -6169122 or 14605729. OLE color: 14605729.

HSL color Cylindrical-coordinate representation of color #A1DDDE: hue angle of 180.98º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DDDE is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161221222-
CMYK0.270.0000.13
HSL180.98º48.03%75.1%-
HSV(B)180.98º27.48%87.06%-
XYZ53.7464.5678.74-
YUV203.17138.6297.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.66%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=26.66%
G=36.59%
B=36.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612212220.270.0000.13180.9848.0375.1
HexA1DDDE1B00Db5304b
Octal24133533633001526560113
Binary10100001110111011101111011011001101101101011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DDDE; }

 p { color: rgb(161,221,222); }

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

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

 a { background-color: rgb(161,221,222); }

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

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

 span { border-color: rgb(161,221,222); }

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