#ACE1DD

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

Shades of Ice Cold #ACE1DD

Tints of Ice Cold #ACE1DD

Color information

#ACE1DD (or 0xACE1DD) is unknown color: approx Ice Cold. HEX triplet: AC, E1 and DD. RGB value is (172,225,221). Sum of RGB (Red+Green+Blue) = 172+225+221=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1DD is #531E22. Grayscale: #D0D0D0. Windows color (decimal): -5447203 or 14541228. OLE color: 14541228.

HSL color Cylindrical-coordinate representation of color #ACE1DD: hue angle of 175.47º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1DD is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB172225221-
CMYK0.2400.020.12
HSL175.47º46.9%77.84%-
HSV(B)175.47º23.56%88.24%-
XYZ56.9967.8478.5-
YUV208.7134.94101.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 225 (88.28% from 255) = 36.41%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=27.83%
G=36.41%
B=35.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722252210.2400.020.12175.4746.977.84
HexACE1DD1802Caf2f4e
Octal25434133530021425757116
Binary101011001110000111011101110000101100101011111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1DD; }

 p { color: rgb(172,225,221); }

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

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

 a { background-color: rgb(172,225,221); }

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

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

 span { border-color: rgb(172,225,221); }

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