#DCF2E1

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

Shades of Off Green #DCF2E1

Tints of Off Green #DCF2E1

Color information

#DCF2E1 (or 0xDCF2E1) is unknown color: approx Off Green. HEX triplet: DC, F2 and E1. RGB value is (220,242,225). Sum of RGB (Red+Green+Blue) = 220+242+225=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 225 (88.28% from 255 or 32.75% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2E1 is #230D1E. Grayscale: #E9E9E9. Windows color (decimal): -2297119 or 14807772. OLE color: 14807772.

HSL color Cylindrical-coordinate representation of color #DCF2E1: hue angle of 133.64º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF2E1 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB220242225-
CMYK0.0900.070.05
HSL133.64º45.83%90.59%-
HSV(B)133.64º9.09%94.9%-
XYZ74.8684.1683.53-
YUV233.48123.21118.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.02%
GREEN value IS 242 (94.92% from 255) = 35.23%
BLUE value IS 225 (88.28% from 255) = 32.75%
R=32.02%
G=35.23%
B=32.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202422250.0900.070.05133.6445.8390.59
HexDCF2E19075862e5b
Octal3343623411107520656133
Binary11011100111100101110000110010111101100001101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2E1; }

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

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

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

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

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

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

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

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