#A5DEDD

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

Shades of Charlotte #A5DEDD

Tints of Charlotte #A5DEDD

Color information

#A5DEDD (or 0xA5DEDD) is unknown color: approx Charlotte. HEX triplet: A5, DE and DD. RGB value is (165,222,221). Sum of RGB (Red+Green+Blue) = 165+222+221=608 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.14% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEDD is #5A2122. Grayscale: #CCCCCC. Windows color (decimal): -5906723 or 14540453. OLE color: 14540453.

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

Color convert

RGB165222221-
CMYK0.2600.000.13
HSL178.95º46.34%75.88%-
HSV(B)178.95º25.68%87.06%-
XYZ54.6965.4678.16-
YUV204.84137.1299.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.14%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=27.14%
G=36.51%
B=36.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652222210.2600.000.13178.9546.3475.88
HexA5DEDD1A00Db32e4c
Octal24533633532001526356114
Binary10100101110111101101110111010001101101100111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DEDD; }

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

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

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

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

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

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

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

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