#DDF5E0

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

Shades of Frosted Mint #DDF5E0

Tints of Frosted Mint #DDF5E0

Color information

#DDF5E0 (or 0xDDF5E0) is unknown color: approx Frosted Mint. HEX triplet: DD, F5 and E0. RGB value is (221,245,224). Sum of RGB (Red+Green+Blue) = 221+245+224=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 245 (96.09% from 255 or 35.51% from 690); Blue value is 224 (87.89% from 255 or 32.46% from 690); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5E0 is #220A1F. Grayscale: #EBEBEB. Windows color (decimal): -2230816 or 14743005. OLE color: 14743005.

HSL color Cylindrical-coordinate representation of color #DDF5E0: hue angle of 127.5º 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 #DDF5E0 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB221245224-
CMYK0.1000.090.04
HSL127.5º54.55%91.37%-
HSV(B)127.5º9.8%96.08%-
XYZ75.9386.0683.13-
YUV235.43121.55117.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 245 (96.09% from 255) = 35.51%
BLUE value IS 224 (87.89% from 255) = 32.46%
R=32.03%
G=35.51%
B=32.46%

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
Decimal2212452240.1000.090.04127.554.5591.37
HexDDF5E0A0947f375b
Octal33536534012011417767133
Binary11011101111101011110000010100100110011111111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF5E0; }

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

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

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

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

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

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

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

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