#DEFFE2

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

Shades of Frosted Mint #DEFFE2

Tints of Frosted Mint #DEFFE2

Color information

#DEFFE2 (or 0xDEFFE2) is unknown color: approx Frosted Mint. HEX triplet: DE, FF and E2. RGB value is (222,255,226). Sum of RGB (Red+Green+Blue) = 222+255+226=703 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.58% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 226 (88.67% from 255 or 32.15% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFE2 is #21001D. Grayscale: #F1F1F1. Windows color (decimal): -2162718 or 14876638. OLE color: 14876638.

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

Color convert

RGB222255226-
CMYK0.1300.110
HSL127.27º100%93.53%-
HSV(B)127.27º12.94%100%-
XYZ79.6192.5485.62-
YUV241.83119.07113.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.58%
GREEN value IS 255 (100% from 255) = 36.27%
BLUE value IS 226 (88.67% from 255) = 32.15%
R=31.58%
G=36.27%
B=32.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222552260.1300.110127.2710093.53
HexDEFFE2D0B07f645e
Octal336377342150130177144136
Binary1101111011111111111000101101010110111111111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFE2; }

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

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

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

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

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

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

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

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