#DDFEE1

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

Shades of Frosted Mint #DDFEE1

Tints of Frosted Mint #DDFEE1

Color information

#DDFEE1 (or 0xDDFEE1) is unknown color: approx Frosted Mint. HEX triplet: DD, FE and E1. RGB value is (221,254,225). Sum of RGB (Red+Green+Blue) = 221+254+225=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 225 (88.28% from 255 or 32.14% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEE1 is #22011E. Grayscale: #F0F0F0. Windows color (decimal): -2228511 or 14810845. OLE color: 14810845.

HSL color Cylindrical-coordinate representation of color #DDFEE1: hue angle of 127.27º 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 #DDFEE1 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB221254225-
CMYK0.1300.110.00
HSL127.27º94.29%93.14%-
HSV(B)127.27º12.99%99.61%-
XYZ78.8591.6984.78-
YUV240.83119.07113.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.57%
GREEN value IS 254 (99.61% from 255) = 36.29%
BLUE value IS 225 (88.28% from 255) = 32.14%
R=31.57%
G=36.29%
B=32.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212542250.1300.110.00127.2794.2993.14
HexDDFEE1D0B07f5e5d
Octal335376341150130177136135
Binary1101110111111110111000011101010110111111110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEE1; }

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

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

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

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

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

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

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

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