#DDF7DF

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

Shades of Frosted Mint #DDF7DF

Tints of Frosted Mint #DDF7DF

Color information

#DDF7DF (or 0xDDF7DF) is unknown color: approx Frosted Mint. HEX triplet: DD, F7 and DF. RGB value is (221,247,223). Sum of RGB (Red+Green+Blue) = 221+247+223=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 247 (96.88% from 255 or 35.75% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF7DF is #220820. Grayscale: #ECECEC. Windows color (decimal): -2230305 or 14677981. OLE color: 14677981.

HSL color Cylindrical-coordinate representation of color #DDF7DF: hue angle of 124.62º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF7DF is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB221247223-
CMYK0.1100.100.03
HSL124.62º61.9%91.76%-
HSV(B)124.62º10.53%96.86%-
XYZ76.487.2282.62-
YUV236.49120.39116.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 247 (96.88% from 255) = 35.75%
BLUE value IS 223 (87.5% from 255) = 32.27%
R=31.98%
G=35.75%
B=32.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212472230.1100.100.03124.6261.991.76
HexDDF7DFB0A37d3e5c
Octal33536733713012317576134
Binary1101110111110111110111111011010101111111011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF7DF; }

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

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

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

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

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

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

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

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