#DFECE0

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

Shades of Frosted Mint #DFECE0

Tints of Frosted Mint #DFECE0

Color information

#DFECE0 (or 0xDFECE0) is unknown color: approx Frosted Mint. HEX triplet: DF, EC and E0. RGB value is (223,236,224). Sum of RGB (Red+Green+Blue) = 223+236+224=683 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.65% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECE0 is #20131F. Grayscale: #E6E6E6. Windows color (decimal): -2102048 or 14740703. OLE color: 14740703.

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

Color convert

RGB223236224-
CMYK0.0600.050.07
HSL124.62º25.49%90%-
HSV(B)124.62º5.51%92.55%-
XYZ73.8881.0682.27-
YUV230.74124.19122.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.65%
GREEN value IS 236 (92.58% from 255) = 34.55%
BLUE value IS 224 (87.89% from 255) = 32.80%
R=32.65%
G=34.55%
B=32.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232362240.0600.050.07124.6225.4990
HexDFECE060577d195a
Octal337354340605717531132
Binary11011111111011001110000011001011111111101110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECE0; }

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

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

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

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

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

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

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

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