#DFFBE3

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

Shades of Frosted Mint #DFFBE3

Tints of Frosted Mint #DFFBE3

Color information

#DFFBE3 (or 0xDFFBE3) is unknown color: approx Frosted Mint. HEX triplet: DF, FB and E3. RGB value is (223,251,227). Sum of RGB (Red+Green+Blue) = 223+251+227=701 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.81% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 227 (89.06% from 255 or 32.38% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFBE3 is #20041C. Grayscale: #EFEFEF. Windows color (decimal): -2098205 or 14941151. OLE color: 14941151.

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

Color convert

RGB223251227-
CMYK0.1100.100.02
HSL128.57º77.78%92.94%-
HSV(B)128.57º11.16%98.43%-
XYZ78.7990.2385.94-
YUV239.89120.72115.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.81%
GREEN value IS 251 (98.44% from 255) = 35.81%
BLUE value IS 227 (89.06% from 255) = 32.38%
R=31.81%
G=35.81%
B=32.38%

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
Decimal2232512270.1100.100.02128.5777.7892.94
HexDFFBE3B0A2814e5d
Octal337373343130122201116135
Binary110111111111101111100011101101010101000000110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBE3; }

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

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

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

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

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

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

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

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