#DFFFE2

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

Shades of Frosted Mint #DFFFE2

Tints of Frosted Mint #DFFFE2

Color information

#DFFFE2 (or 0xDFFFE2) is unknown color: approx Frosted Mint. HEX triplet: DF, FF and E2. RGB value is (223,255,226). Sum of RGB (Red+Green+Blue) = 223+255+226=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 226 (88.67% from 255 or 32.10% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFFE2 is #20001D. Grayscale: #F2F2F2. Windows color (decimal): -2097182 or 14876639. OLE color: 14876639.

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

Color convert

RGB223255226-
CMYK0.1300.110
HSL125.62º100%93.73%-
HSV(B)125.62º12.55%100%-
XYZ79.9292.785.63-
YUV242.13118.9114.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.68%
GREEN value IS 255 (100% from 255) = 36.22%
BLUE value IS 226 (88.67% from 255) = 32.10%
R=31.68%
G=36.22%
B=32.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232552260.1300.110125.6210093.73
HexDFFFE2D0B07e645e
Octal337377342150130176144136
Binary1101111111111111111000101101010110111111011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFFE2; }

 p { color: rgb(223,255,226); }

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

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

 a { background-color: rgb(223,255,226); }

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

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

 span { border-color: rgb(223,255,226); }

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