#DCFFDE

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

Shades of Frosted Mint #DCFFDE

Tints of Frosted Mint #DCFFDE

Color information

#DCFFDE (or 0xDCFFDE) is unknown color: approx Frosted Mint. HEX triplet: DC, FF and DE. RGB value is (220,255,222). Sum of RGB (Red+Green+Blue) = 220+255+222=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFDE is #230021. Grayscale: #F0F0F0. Windows color (decimal): -2293794 or 14614492. OLE color: 14614492.

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

Color convert

RGB220255222-
CMYK0.1400.130
HSL123.43º100%93.14%-
HSV(B)123.43º13.73%100%-
XYZ78.4692.0182.73-
YUV240.77117.4113.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.56%
GREEN value IS 255 (100% from 255) = 36.59%
BLUE value IS 222 (87.11% from 255) = 31.85%
R=31.56%
G=36.59%
B=31.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202552220.1400.130123.4310093.14
HexDCFFDEE0D07b645d
Octal334377336160150173144135
Binary1101110011111111110111101110011010111101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFDE; }

 p { color: rgb(220,255,222); }

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

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

 a { background-color: rgb(220,255,222); }

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

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

 span { border-color: rgb(220,255,222); }

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