#DFFAE3

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

Shades of Frosted Mint #DFFAE3

Tints of Frosted Mint #DFFAE3

Color information

#DFFAE3 (or 0xDFFAE3) is unknown color: approx Frosted Mint. HEX triplet: DF, FA and E3. RGB value is (223,250,227). Sum of RGB (Red+Green+Blue) = 223+250+227=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 227 (89.06% from 255 or 32.43% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFAE3 is #20051C. Grayscale: #EFEFEF. Windows color (decimal): -2098461 or 14940895. OLE color: 14940895.

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

Color convert

RGB223250227-
CMYK0.1100.090.02
HSL128.89º72.97%92.75%-
HSV(B)128.89º10.8%98.04%-
XYZ78.4889.6185.83-
YUV239.3121.05116.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.86%
GREEN value IS 250 (98.05% from 255) = 35.71%
BLUE value IS 227 (89.06% from 255) = 32.43%
R=31.86%
G=35.71%
B=32.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232502270.1100.090.02128.8972.9792.75
HexDFFAE3B09281495d
Octal337372343130112201111135
Binary110111111111101011100011101101001101000000110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAE3; }

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

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

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

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

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

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

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

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