#DFEFE0

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

Shades of Frosted Mint #DFEFE0

Tints of Frosted Mint #DFEFE0

Color information

#DFEFE0 (or 0xDFEFE0) is unknown color: approx Frosted Mint. HEX triplet: DF, EF and E0. RGB value is (223,239,224). Sum of RGB (Red+Green+Blue) = 223+239+224=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 224 (87.89% from 255 or 32.65% from 686); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFE0 is #20101F. Grayscale: #E8E8E8. Windows color (decimal): -2101280 or 14741471. OLE color: 14741471.

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

Color convert

RGB223239224-
CMYK0.0700.060.06
HSL123.75º33.33%90.59%-
HSV(B)123.75º6.69%93.73%-
XYZ74.7582.882.56-
YUV232.51123.2121.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.51%
GREEN value IS 239 (93.75% from 255) = 34.84%
BLUE value IS 224 (87.89% from 255) = 32.65%
R=32.51%
G=34.84%
B=32.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232392240.0700.060.06123.7533.3390.59
HexDFEFE070667c215b
Octal337357340706617441133
Binary110111111110111111100000111011011011111001000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFE0; }

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

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

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

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

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

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

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

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