#DEFEE1

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

Shades of Frosted Mint #DEFEE1

Tints of Frosted Mint #DEFEE1

Color information

#DEFEE1 (or 0xDEFEE1) is unknown color: approx Frosted Mint. HEX triplet: DE, FE and E1. RGB value is (222,254,225). Sum of RGB (Red+Green+Blue) = 222+254+225=701 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.67% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 225 (88.28% from 255 or 32.10% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEE1 is #21011E. Grayscale: #F1F1F1. Windows color (decimal): -2162975 or 14810846. OLE color: 14810846.

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

Color convert

RGB222254225-
CMYK0.1300.110.00
HSL125.62º94.12%93.33%-
HSV(B)125.62º12.6%99.61%-
XYZ79.1691.8584.79-
YUV241.13118.9114.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.67%
GREEN value IS 254 (99.61% from 255) = 36.23%
BLUE value IS 225 (88.28% from 255) = 32.10%
R=31.67%
G=36.23%
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.00
SystemRedGreenBlueCMYKHSL
Decimal2222542250.1300.110.00125.6294.1293.33
HexDEFEE1D0B07e5e5d
Octal336376341150130176136135
Binary1101111011111110111000011101010110111111010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEE1; }

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

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

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

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

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

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

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

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