#ADDFD4

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

Shades of Ice Cold #ADDFD4

Tints of Ice Cold #ADDFD4

Color information

#ADDFD4 (or 0xADDFD4) is unknown color: approx Ice Cold. HEX triplet: AD, DF and D4. RGB value is (173,223,212). Sum of RGB (Red+Green+Blue) = 173+223+212=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFD4 is #52202B. Grayscale: #CECECE. Windows color (decimal): -5382188 or 13950893. OLE color: 13950893.

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

Color convert

RGB173223212-
CMYK0.2200.050.13
HSL166.8º43.86%77.65%-
HSV(B)166.8º22.42%87.45%-
XYZ55.566.4172.18-
YUV206.8130.94103.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 212 (83.20% from 255) = 34.87%
R=28.45%
G=36.68%
B=34.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732232120.2200.050.13166.843.8677.65
HexADDFD41605Da72c4e
Octal25533732426051524754116
Binary1010110111011111110101001011001011101101001111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFD4; }

 p { color: rgb(173,223,212); }

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

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

 a { background-color: rgb(173,223,212); }

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

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

 span { border-color: rgb(173,223,212); }

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