#DDF5DF

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

Shades of Frosted Mint #DDF5DF

Tints of Frosted Mint #DDF5DF

Color information

#DDF5DF (or 0xDDF5DF) is unknown color: approx Frosted Mint. HEX triplet: DD, F5 and DF. RGB value is (221,245,223). Sum of RGB (Red+Green+Blue) = 221+245+223=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 245 (96.09% from 255 or 35.56% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5DF is #220A20. Grayscale: #EBEBEB. Windows color (decimal): -2230817 or 14677469. OLE color: 14677469.

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

Color convert

RGB221245223-
CMYK0.1000.090.04
HSL125º54.55%91.37%-
HSV(B)125º9.8%96.08%-
XYZ75.798682.42-
YUV235.32121.05117.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.08%
GREEN value IS 245 (96.09% from 255) = 35.56%
BLUE value IS 223 (87.5% from 255) = 32.37%
R=32.08%
G=35.56%
B=32.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212452230.1000.090.0412554.5591.37
HexDDF5DFA0947d375b
Octal33536533712011417567133
Binary11011101111101011101111110100100110011111011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF5DF; }

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

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

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

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

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

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

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

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