#DDF4DF

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

Shades of Frosted Mint #DDF4DF

Tints of Frosted Mint #DDF4DF

Color information

#DDF4DF (or 0xDDF4DF) is unknown color: approx Frosted Mint. HEX triplet: DD, F4 and DF. RGB value is (221,244,223). Sum of RGB (Red+Green+Blue) = 221+244+223=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 244 (95.70% from 255 or 35.47% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF4DF is #220B20. Grayscale: #EAEAEA. Windows color (decimal): -2231073 or 14677213. OLE color: 14677213.

HSL color Cylindrical-coordinate representation of color #DDF4DF: hue angle of 125.22º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF4DF is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB221244223-
CMYK0.0900.090.04
HSL125.22º51.11%91.18%-
HSV(B)125.22º9.43%95.69%-
XYZ75.4985.482.32-
YUV234.73121.38118.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.12%
GREEN value IS 244 (95.70% from 255) = 35.47%
BLUE value IS 223 (87.5% from 255) = 32.41%
R=32.12%
G=35.47%
B=32.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212442230.0900.090.04125.2251.1191.18
HexDDF4DF90947d335b
Octal33536433711011417563133
Binary11011101111101001101111110010100110011111011100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF4DF; }

 p { color: rgb(221,244,223); }

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

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

 a { background-color: rgb(221,244,223); }

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

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

 span { border-color: rgb(221,244,223); }

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