#A5DDED

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

Shades of Charlotte #A5DDED

Tints of Charlotte #A5DDED

Color information

#A5DDED (or 0xA5DDED) is unknown color: approx Charlotte. HEX triplet: A5, DD and ED. RGB value is (165,221,237). Sum of RGB (Red+Green+Blue) = 165+221+237=623 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.48% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #A5DDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DDED is #5A2212. Grayscale: #CDCDCD. Windows color (decimal): -5906963 or 15588773. OLE color: 15588773.

HSL color Cylindrical-coordinate representation of color #A5DDED: hue angle of 193.33º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5DDED is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165221237-
CMYK0.300.0700.07
HSL193.33º66.67%78.82%-
HSV(B)193.33º30.38%92.94%-
XYZ56.6665.8389.84-
YUV206.08145.4598.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.48%
GREEN value IS 221 (86.72% from 255) = 35.47%
BLUE value IS 237 (92.97% from 255) = 38.04%
R=26.48%
G=35.47%
B=38.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652212370.300.0700.07193.3366.6778.82
HexA5DDED1E707c1434f
Octal24533535536707301103117
Binary1010010111011101111011011111011101111100000110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DDED; }

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

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

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

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

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

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

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

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