#DEEFDF

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

Shades of Frosted Mint #DEEFDF

Tints of Frosted Mint #DEEFDF

Color information

#DEEFDF (or 0xDEEFDF) is unknown color: approx Frosted Mint. HEX triplet: DE, EF and DF. RGB value is (222,239,223). Sum of RGB (Red+Green+Blue) = 222+239+223=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFDF is #211020. Grayscale: #E8E8E8. Windows color (decimal): -2166817 or 14675934. OLE color: 14675934.

HSL color Cylindrical-coordinate representation of color #DEEFDF: hue angle of 123.53º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEFDF is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB222239223-
CMYK0.0700.070.06
HSL123.53º34.69%90.39%-
HSV(B)123.53º7.11%93.73%-
XYZ74.3182.5981.84-
YUV232.09122.87120.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.46%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 223 (87.5% from 255) = 32.60%
R=32.46%
G=34.94%
B=32.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222392230.0700.070.06123.5334.6990.39
HexDEEFDF70767c235a
Octal336357337707617443132
Binary110111101110111111011111111011111011111001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFDF; }

 p { color: rgb(222,239,223); }

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

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

 a { background-color: rgb(222,239,223); }

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

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

 span { border-color: rgb(222,239,223); }

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