#DFFCE2

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

Shades of Frosted Mint #DFFCE2

Tints of Frosted Mint #DFFCE2

Color information

#DFFCE2 (or 0xDFFCE2) is unknown color: approx Frosted Mint. HEX triplet: DF, FC and E2. RGB value is (223,252,226). Sum of RGB (Red+Green+Blue) = 223+252+226=701 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.81% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 226 (88.67% from 255 or 32.24% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFCE2 is #20031D. Grayscale: #F0F0F0. Windows color (decimal): -2097950 or 14875871. OLE color: 14875871.

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

Color convert

RGB223252226-
CMYK0.1200.100.01
HSL126.21º82.86%93.14%-
HSV(B)126.21º11.51%98.82%-
XYZ78.9790.885.32-
YUV240.36119.89115.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.81%
GREEN value IS 252 (98.83% from 255) = 35.95%
BLUE value IS 226 (88.67% from 255) = 32.24%
R=31.81%
G=35.95%
B=32.24%

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
Decimal2232522260.1200.100.01126.2182.8693.14
HexDFFCE2C0A17e535d
Octal337374342140121176123135
Binary1101111111111100111000101100010101111111010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFCE2; }

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

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

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

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

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

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

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

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