#DBFEDF

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

Shades of Frosted Mint #DBFEDF

Tints of Frosted Mint #DBFEDF

Color information

#DBFEDF (or 0xDBFEDF) is unknown color: approx Frosted Mint. HEX triplet: DB, FE and DF. RGB value is (219,254,223). Sum of RGB (Red+Green+Blue) = 219+254+223=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFEDF is #240120. Grayscale: #F0F0F0. Windows color (decimal): -2359585 or 14679771. OLE color: 14679771.

HSL color Cylindrical-coordinate representation of color #DBFEDF: hue angle of 126.86º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFEDF is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB219254223-
CMYK0.1400.120.00
HSL126.86º94.59%92.75%-
HSV(B)126.86º13.78%99.61%-
XYZ77.9791.2783.32-
YUV240118.4113.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.47%
GREEN value IS 254 (99.61% from 255) = 36.49%
BLUE value IS 223 (87.5% from 255) = 32.04%
R=31.47%
G=36.49%
B=32.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192542230.1400.120.00126.8694.5992.75
HexDBFEDFE0C07f5f5d
Octal333376337160140177137135
Binary1101101111111110110111111110011000111111110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFEDF; }

 p { color: rgb(219,254,223); }

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

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

 a { background-color: rgb(219,254,223); }

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

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

 span { border-color: rgb(219,254,223); }

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