#DEFFE0

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

Shades of Frosted Mint #DEFFE0

Tints of Frosted Mint #DEFFE0

Color information

#DEFFE0 (or 0xDEFFE0) is unknown color: approx Frosted Mint. HEX triplet: DE, FF and E0. RGB value is (222,255,224). Sum of RGB (Red+Green+Blue) = 222+255+224=701 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.67% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 224 (87.89% from 255 or 31.95% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFE0 is #21001F. Grayscale: #F1F1F1. Windows color (decimal): -2162720 or 14745566. OLE color: 14745566.

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

Color convert

RGB222255224-
CMYK0.1300.120
HSL123.64º100%93.53%-
HSV(B)123.64º12.94%100%-
XYZ79.3492.4384.18-
YUV241.6118.07114.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.67%
GREEN value IS 255 (100% from 255) = 36.38%
BLUE value IS 224 (87.89% from 255) = 31.95%
R=31.67%
G=36.38%
B=31.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222552240.1300.120123.6410093.53
HexDEFFE0D0C07c645e
Octal336377340150140174144136
Binary1101111011111111111000001101011000111110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFE0; }

 p { color: rgb(222,255,224); }

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

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

 a { background-color: rgb(222,255,224); }

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

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

 span { border-color: rgb(222,255,224); }

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