#DFFAE0

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

Shades of Frosted Mint #DFFAE0

Tints of Frosted Mint #DFFAE0

Color information

#DFFAE0 (or 0xDFFAE0) is unknown color: approx Frosted Mint. HEX triplet: DF, FA and E0. RGB value is (223,250,224). Sum of RGB (Red+Green+Blue) = 223+250+224=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFAE0 is #20051F. Grayscale: #EFEFEF. Windows color (decimal): -2098464 or 14744287. OLE color: 14744287.

HSL color Cylindrical-coordinate representation of color #DFFAE0: hue angle of 122.22º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFFAE0 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB223250224-
CMYK0.1100.100.02
HSL122.22º72.97%92.75%-
HSV(B)122.22º10.8%98.04%-
XYZ78.0789.4483.67-
YUV238.96119.55116.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.99%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 224 (87.89% from 255) = 32.14%
R=31.99%
G=35.87%
B=32.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232502240.1100.100.02122.2272.9792.75
HexDFFAE0B0A27a495d
Octal337372340130122172111135
Binary11011111111110101110000010110101010111101010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAE0; }

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

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

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

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

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

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

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

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