#A1DDE0

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

Shades of Charlotte #A1DDE0

Tints of Charlotte #A1DDE0

Color information

#A1DDE0 (or 0xA1DDE0) is unknown color: approx Charlotte. HEX triplet: A1, DD and E0. RGB value is (161,221,224). Sum of RGB (Red+Green+Blue) = 161+221+224=606 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.57% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #A1DDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDE0 is #5E221F. Grayscale: #CBCBCB. Windows color (decimal): -6169120 or 14736801. OLE color: 14736801.

HSL color Cylindrical-coordinate representation of color #A1DDE0: hue angle of 182.86º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DDE0 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB161221224-
CMYK0.280.0100.12
HSL182.86º50.4%75.49%-
HSV(B)182.86º28.12%87.84%-
XYZ54.0164.6780.16-
YUV203.4139.6297.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.57%
GREEN value IS 221 (86.72% from 255) = 36.47%
BLUE value IS 224 (87.89% from 255) = 36.96%
R=26.57%
G=36.47%
B=36.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612212240.280.0100.12182.8650.475.49
HexA1DDE01C10Cb7324b
Octal24133534034101426762113
Binary10100001110111011110000011100101100101101111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DDE0; }

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

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

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

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

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

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

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

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