#DFFAE1

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

Shades of Frosted Mint #DFFAE1

Tints of Frosted Mint #DFFAE1

Color information

#DFFAE1 (or 0xDFFAE1) is unknown color: approx Frosted Mint. HEX triplet: DF, FA and E1. RGB value is (223,250,225). Sum of RGB (Red+Green+Blue) = 223+250+225=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 225 (88.28% from 255 or 32.23% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFAE1 is #20051E. Grayscale: #EFEFEF. Windows color (decimal): -2098463 or 14809823. OLE color: 14809823.

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

Color convert

RGB223250225-
CMYK0.1100.100.02
HSL124.44º72.97%92.75%-
HSV(B)124.44º10.8%98.04%-
XYZ78.2189.584.39-
YUV239.08120.05116.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.95%
GREEN value IS 250 (98.05% from 255) = 35.82%
BLUE value IS 225 (88.28% from 255) = 32.23%
R=31.95%
G=35.82%
B=32.23%

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
Decimal2232502250.1100.100.02124.4472.9792.75
HexDFFAE1B0A27c495d
Octal337372341130122174111135
Binary11011111111110101110000110110101010111110010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAE1; }

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

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

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

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

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

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

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

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