#DDF1DF

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

Shades of Frosted Mint #DDF1DF

Tints of Frosted Mint #DDF1DF

Color information

#DDF1DF (or 0xDDF1DF) is unknown color: approx Frosted Mint. HEX triplet: DD, F1 and DF. RGB value is (221,241,223). Sum of RGB (Red+Green+Blue) = 221+241+223=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1DF is #220E20. Grayscale: #E9E9E9. Windows color (decimal): -2231841 or 14676445. OLE color: 14676445.

HSL color Cylindrical-coordinate representation of color #DDF1DF: hue angle of 126º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDF1DF is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB221241223-
CMYK0.0800.070.05
HSL126º41.67%90.59%-
HSV(B)126º8.3%94.51%-
XYZ74.5983.6182.02-
YUV232.97122.37119.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 241 (94.53% from 255) = 35.18%
BLUE value IS 223 (87.5% from 255) = 32.55%
R=32.26%
G=35.18%
B=32.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212412230.0800.070.0512641.6790.59
HexDDF1DF80757e2a5b
Octal3353613371007517652133
Binary1101110111110001110111111000011110111111101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1DF; }

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

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

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

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

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

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

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

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