#DDFEE0

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

Shades of Frosted Mint #DDFEE0

Tints of Frosted Mint #DDFEE0

Color information

#DDFEE0 (or 0xDDFEE0) is unknown color: approx Frosted Mint. HEX triplet: DD, FE and E0. RGB value is (221,254,224). Sum of RGB (Red+Green+Blue) = 221+254+224=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 224 (87.89% from 255 or 32.05% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEE0 is #22011F. Grayscale: #F0F0F0. Windows color (decimal): -2228512 or 14745309. OLE color: 14745309.

HSL color Cylindrical-coordinate representation of color #DDFEE0: hue angle of 125.45º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFEE0 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB221254224-
CMYK0.1300.120.00
HSL125.45º94.29%93.14%-
HSV(B)125.45º12.99%99.61%-
XYZ78.7291.6484.06-
YUV240.71118.57113.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.62%
GREEN value IS 254 (99.61% from 255) = 36.34%
BLUE value IS 224 (87.89% from 255) = 32.05%
R=31.62%
G=36.34%
B=32.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212542240.1300.120.00125.4594.2993.14
HexDDFEE0D0C07d5e5d
Octal335376340150140175136135
Binary1101110111111110111000001101011000111110110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEE0; }

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

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

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

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

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

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

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

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