#DFFDE1

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

Shades of Frosted Mint #DFFDE1

Tints of Frosted Mint #DFFDE1

Color information

#DFFDE1 (or 0xDFFDE1) is unknown color: approx Frosted Mint. HEX triplet: DF, FD and E1. RGB value is (223,253,225). Sum of RGB (Red+Green+Blue) = 223+253+225=701 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.81% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 225 (88.28% from 255 or 32.10% from 701); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDE1 is #20021E. Grayscale: #F0F0F0. Windows color (decimal): -2097695 or 14810591. OLE color: 14810591.

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

Color convert

RGB223253225-
CMYK0.1200.110.01
HSL124º88.24%93.33%-
HSV(B)124º11.86%99.22%-
XYZ79.1591.3784.7-
YUV240.84119.06115.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.81%
GREEN value IS 253 (99.22% from 255) = 36.09%
BLUE value IS 225 (88.28% from 255) = 32.10%
R=31.81%
G=36.09%
B=32.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232532250.1200.110.0112488.2493.33
HexDFFDE1C0B17c585d
Octal337375341140131174130135
Binary1101111111111101111000011100010111111110010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFDE1; }

 p { color: rgb(223,253,225); }

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

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

 a { background-color: rgb(223,253,225); }

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

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

 span { border-color: rgb(223,253,225); }

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