#DFFBE1

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

Shades of Frosted Mint #DFFBE1

Tints of Frosted Mint #DFFBE1

Color information

#DFFBE1 (or 0xDFFBE1) is unknown color: approx Frosted Mint. HEX triplet: DF, FB and E1. RGB value is (223,251,225). Sum of RGB (Red+Green+Blue) = 223+251+225=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 225 (88.28% from 255 or 32.19% from 699); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFBE1 is #20041E. Grayscale: #EFEFEF. Windows color (decimal): -2098207 or 14810079. OLE color: 14810079.

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

Color convert

RGB223251225-
CMYK0.1100.100.02
HSL124.29º77.78%92.94%-
HSV(B)124.29º11.16%98.43%-
XYZ78.5290.1284.49-
YUV239.66119.72116.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.90%
GREEN value IS 251 (98.44% from 255) = 35.91%
BLUE value IS 225 (88.28% from 255) = 32.19%
R=31.90%
G=35.91%
B=32.19%

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
Decimal2232512250.1100.100.02124.2977.7892.94
HexDFFBE1B0A27c4e5d
Octal337373341130122174116135
Binary11011111111110111110000110110101010111110010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBE1; }

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

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

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

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

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

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

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

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