#DEFEE0

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

Shades of Frosted Mint #DEFEE0

Tints of Frosted Mint #DEFEE0

Color information

#DEFEE0 (or 0xDEFEE0) is unknown color: approx Frosted Mint. HEX triplet: DE, FE and E0. RGB value is (222,254,224). Sum of RGB (Red+Green+Blue) = 222+254+224=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 224 (87.89% from 255 or 32% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEE0 is #21011F. Grayscale: #F1F1F1. Windows color (decimal): -2162976 or 14745310. OLE color: 14745310.

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

Color convert

RGB222254224-
CMYK0.1300.120.00
HSL123.75º94.12%93.33%-
HSV(B)123.75º12.6%99.61%-
XYZ79.0291.884.07-
YUV241.01118.4114.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.71%
GREEN value IS 254 (99.61% from 255) = 36.29%
BLUE value IS 224 (87.89% from 255) = 32%
R=31.71%
G=36.29%
B=32%

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
Decimal2222542240.1300.120.00123.7594.1293.33
HexDEFEE0D0C07c5e5d
Octal336376340150140174136135
Binary1101111011111110111000001101011000111110010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEE0; }

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

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

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

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

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

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

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

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