#DDFDE0

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

Shades of Frosted Mint #DDFDE0

Tints of Frosted Mint #DDFDE0

Color information

#DDFDE0 (or 0xDDFDE0) is unknown color: approx Frosted Mint. HEX triplet: DD, FD and E0. RGB value is (221,253,224). Sum of RGB (Red+Green+Blue) = 221+253+224=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 224 (87.89% from 255 or 32.09% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDE0 is #22021F. Grayscale: #F0F0F0. Windows color (decimal): -2228768 or 14745053. OLE color: 14745053.

HSL color Cylindrical-coordinate representation of color #DDFDE0: hue angle of 125.62º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFDE0 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB221253224-
CMYK0.1300.110.01
HSL125.62º88.89%92.94%-
HSV(B)125.62º12.65%99.22%-
XYZ78.49183.95-
YUV240.13118.9114.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.66%
GREEN value IS 253 (99.22% from 255) = 36.25%
BLUE value IS 224 (87.89% from 255) = 32.09%
R=31.66%
G=36.25%
B=32.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212532240.1300.110.01125.6288.8992.94
HexDDFDE0D0B17e595d
Octal335375340150131176131135
Binary1101110111111101111000001101010111111111010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDE0; }

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

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

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

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

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

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

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

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