#A4DDED

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

Shades of Charlotte #A4DDED

Tints of Charlotte #A4DDED

Color information

#A4DDED (or 0xA4DDED) is unknown color: approx Charlotte. HEX triplet: A4, DD and ED. RGB value is (164,221,237). Sum of RGB (Red+Green+Blue) = 164+221+237=622 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.37% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #A4DDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DDED is #5B2212. Grayscale: #CDCDCD. Windows color (decimal): -5972499 or 15588772. OLE color: 15588772.

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

Color convert

RGB164221237-
CMYK0.310.0700.07
HSL193.15º66.97%78.63%-
HSV(B)193.15º30.8%92.94%-
XYZ56.4565.7289.83-
YUV205.78145.6298.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.37%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 237 (92.97% from 255) = 38.10%
R=26.37%
G=35.53%
B=38.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642212370.310.0700.07193.1566.9778.63
HexA4DDED1F707c1434f
Octal24433535537707301103117
Binary1010010011011101111011011111111101111100000110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DDED; }

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

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

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

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

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

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

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

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