#ACDDCE

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

Shades of Ice Cold #ACDDCE

Tints of Ice Cold #ACDDCE

Color information

#ACDDCE (or 0xACDDCE) is unknown color: approx Ice Cold. HEX triplet: AC, DD and CE. RGB value is (172,221,206). Sum of RGB (Red+Green+Blue) = 172+221+206=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDCE is #532231. Grayscale: #CCCCCC. Windows color (decimal): -5448242 or 13557164. OLE color: 13557164.

HSL color Cylindrical-coordinate representation of color #ACDDCE: hue angle of 161.63º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDCE is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB172221206-
CMYK0.2200.070.13
HSL161.63º41.88%77.06%-
HSV(B)161.63º22.17%86.67%-
XYZ54.0164.9468.08-
YUV204.64128.77104.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.71%
GREEN value IS 221 (86.72% from 255) = 36.89%
BLUE value IS 206 (80.86% from 255) = 34.39%
R=28.71%
G=36.89%
B=34.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722212060.2200.070.13161.6341.8877.06
HexACDDCE1607Da22a4d
Octal25433531626071524252115
Binary1010110011011101110011101011001111101101000101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDCE; }

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

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

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

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

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

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

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

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