#DFFBE2

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

Shades of Frosted Mint #DFFBE2

Tints of Frosted Mint #DFFBE2

Color information

#DFFBE2 (or 0xDFFBE2) is unknown color: approx Frosted Mint. HEX triplet: DF, FB and E2. RGB value is (223,251,226). Sum of RGB (Red+Green+Blue) = 223+251+226=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFBE2 is #20041D. Grayscale: #EFEFEF. Windows color (decimal): -2098206 or 14875615. OLE color: 14875615.

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

Color convert

RGB223251226-
CMYK0.1100.100.02
HSL126.43º77.78%92.94%-
HSV(B)126.43º11.16%98.43%-
XYZ78.6690.1785.21-
YUV239.78120.22116.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.86%
GREEN value IS 251 (98.44% from 255) = 35.86%
BLUE value IS 226 (88.67% from 255) = 32.29%
R=31.86%
G=35.86%
B=32.29%

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
Decimal2232512260.1100.100.02126.4377.7892.94
HexDFFBE2B0A27e4e5d
Octal337373342130122176116135
Binary11011111111110111110001010110101010111111010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBE2; }

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

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

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

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

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

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

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

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