#DCF3DF

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

Shades of Off Green #DCF3DF

Tints of Off Green #DCF3DF

Color information

#DCF3DF (or 0xDCF3DF) is unknown color: approx Off Green. HEX triplet: DC, F3 and DF. RGB value is (220,243,223). Sum of RGB (Red+Green+Blue) = 220+243+223=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3DF is #230C20. Grayscale: #E9E9E9. Windows color (decimal): -2296865 or 14676956. OLE color: 14676956.

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

Color convert

RGB220243223-
CMYK0.0900.080.05
HSL127.83º48.94%90.78%-
HSV(B)127.83º9.47%95.29%-
XYZ74.8984.6482.2-
YUV233.84121.88118.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.07%
GREEN value IS 243 (95.31% from 255) = 35.42%
BLUE value IS 223 (87.5% from 255) = 32.51%
R=32.07%
G=35.42%
B=32.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202432230.0900.080.05127.8348.9490.78
HexDCF3DF908580315b
Octal33436333711010520061133
Binary110111001111001111011111100101000101100000001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3DF; }

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

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

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

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

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

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

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

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