#DEF8E1

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

Shades of Frosted Mint #DEF8E1

Tints of Frosted Mint #DEF8E1

Color information

#DEF8E1 (or 0xDEF8E1) is unknown color: approx Frosted Mint. HEX triplet: DE, F8 and E1. RGB value is (222,248,225). Sum of RGB (Red+Green+Blue) = 222+248+225=695 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.94% from 695); Green value is 248 (97.27% from 255 or 35.68% from 695); Blue value is 225 (88.28% from 255 or 32.37% from 695); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8E1 is #21071E. Grayscale: #EDEDED. Windows color (decimal): -2164511 or 14809310. OLE color: 14809310.

HSL color Cylindrical-coordinate representation of color #DEF8E1: hue angle of 126.92º 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 #DEF8E1 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB222248225-
CMYK0.1000.090.03
HSL126.92º65%92.16%-
HSV(B)126.92º10.48%97.25%-
XYZ77.2888.184.17-
YUV237.6120.89116.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.94%
GREEN value IS 248 (97.27% from 255) = 35.68%
BLUE value IS 225 (88.28% from 255) = 32.37%
R=31.94%
G=35.68%
B=32.37%

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
Decimal2222482250.1000.090.03126.926592.16
HexDEF8E1A0937f415c
Octal336370341120113177101134
Binary11011110111110001110000110100100111111111110000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8E1; }

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

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

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

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

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

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

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

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