#DCF3E1

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

Shades of Off Green #DCF3E1

Tints of Off Green #DCF3E1

Color information

#DCF3E1 (or 0xDCF3E1) is unknown color: approx Off Green. HEX triplet: DC, F3 and E1. RGB value is (220,243,225). Sum of RGB (Red+Green+Blue) = 220+243+225=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 243 (95.31% from 255 or 35.32% from 688); Blue value is 225 (88.28% from 255 or 32.70% from 688); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3E1 is #230C1E. Grayscale: #EAEAEA. Windows color (decimal): -2296863 or 14808028. OLE color: 14808028.

HSL color Cylindrical-coordinate representation of color #DCF3E1: hue angle of 133.04º degrees, saturation: 0.49, 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 #DCF3E1 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB220243225-
CMYK0.0900.070.05
HSL133.04º48.94%90.78%-
HSV(B)133.04º9.47%95.29%-
XYZ75.1684.7583.63-
YUV234.07122.88117.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.98%
GREEN value IS 243 (95.31% from 255) = 35.32%
BLUE value IS 225 (88.28% from 255) = 32.70%
R=31.98%
G=35.32%
B=32.70%

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
Decimal2202432250.0900.070.05133.0448.9490.78
HexDCF3E1907585315b
Octal3343633411107520561133
Binary11011100111100111110000110010111101100001011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3E1; }

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

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

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

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

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

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

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

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