#DFFCE3

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

Shades of Frosted Mint #DFFCE3

Tints of Frosted Mint #DFFCE3

Color information

#DFFCE3 (or 0xDFFCE3) is unknown color: approx Frosted Mint. HEX triplet: DF, FC and E3. RGB value is (223,252,227). Sum of RGB (Red+Green+Blue) = 223+252+227=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 227 (89.06% from 255 or 32.34% from 702); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFCE3 is #20031C. Grayscale: #F0F0F0. Windows color (decimal): -2097949 or 14941407. OLE color: 14941407.

HSL color Cylindrical-coordinate representation of color #DFFCE3: hue angle of 128.28º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFCE3 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB223252227-
CMYK0.1200.100.01
HSL128.28º82.86%93.14%-
HSV(B)128.28º11.51%98.82%-
XYZ79.1190.8586.04-
YUV240.48120.39115.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.77%
GREEN value IS 252 (98.83% from 255) = 35.90%
BLUE value IS 227 (89.06% from 255) = 32.34%
R=31.77%
G=35.90%
B=32.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232522270.1200.100.01128.2882.8693.14
HexDFFCE3C0A180535d
Octal337374343140121200123135
Binary11011111111111001110001111000101011000000010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFCE3; }

 p { color: rgb(223,252,227); }

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

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

 a { background-color: rgb(223,252,227); }

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

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

 span { border-color: rgb(223,252,227); }

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