#DCF6E1

Color #DCF6E1 Off Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Off Green #DCF6E1

Tints of Off Green #DCF6E1

Color information

#DCF6E1 (or 0xDCF6E1) is unknown color: approx Off Green. HEX triplet: DC, F6 and E1. RGB value is (220,246,225). Sum of RGB (Red+Green+Blue) = 220+246+225=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 246 (96.48% from 255 or 35.60% from 691); Blue value is 225 (88.28% from 255 or 32.56% from 691); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6E1 is #23091E. Grayscale: #EBEBEB. Windows color (decimal): -2296095 or 14808796. OLE color: 14808796.

HSL color Cylindrical-coordinate representation of color #DCF6E1: hue angle of 131.54º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF6E1 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB220246225-
CMYK0.1100.090.04
HSL131.54º59.09%91.37%-
HSV(B)131.54º10.57%96.47%-
XYZ76.0686.5683.93-
YUV235.83121.89116.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.84%
GREEN value IS 246 (96.48% from 255) = 35.60%
BLUE value IS 225 (88.28% from 255) = 32.56%
R=31.84%
G=35.60%
B=32.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202462250.1100.090.04131.5459.0991.37
HexDCF6E1B094843b5b
Octal33436634113011420473133
Binary110111001111011011100001101101001100100001001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF6E1; }

 p { color: rgb(220,246,225); }

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

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

 a { background-color: rgb(220,246,225); }

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

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

 span { border-color: rgb(220,246,225); }

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