#DEF8E2

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

Shades of Frosted Mint #DEF8E2

Tints of Frosted Mint #DEF8E2

Color information

#DEF8E2 (or 0xDEF8E2) is unknown color: approx Frosted Mint. HEX triplet: DE, F8 and E2. RGB value is (222,248,226). Sum of RGB (Red+Green+Blue) = 222+248+226=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 248 (97.27% from 255 or 35.63% from 696); Blue value is 226 (88.67% from 255 or 32.47% from 696); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8E2 is #21071D. Grayscale: #EDEDED. Windows color (decimal): -2164510 or 14874846. OLE color: 14874846.

HSL color Cylindrical-coordinate representation of color #DEF8E2: hue angle of 129.23º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF8E2 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB222248226-
CMYK0.1000.090.03
HSL129.23º65%92.16%-
HSV(B)129.23º10.48%97.25%-
XYZ77.4288.1684.89-
YUV237.72121.39116.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.90%
GREEN value IS 248 (97.27% from 255) = 35.63%
BLUE value IS 226 (88.67% from 255) = 32.47%
R=31.90%
G=35.63%
B=32.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222482260.1000.090.03129.236592.16
HexDEF8E2A09381415c
Octal336370342120113201101134
Binary110111101111100011100010101001001111000000110000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8E2; }

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

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

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

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

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

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

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

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